fountainai-deployer.git · .gitignore
fountainai-deployer.git / .gitignore
revision 03a9ea0bbde5022423c67da77ea63a5b1317aa59 · complete file
# Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] *$py.class # Hypothesis test cache .hypothesis/ # pytest cache .pytest_cache/ # VSCode and other IDEs .vscode/ .idea/ # MacOS filesystem artifacts .DS_Store # Docker *.log docker-compose.override.yml # Ignore local env files if you create them later .env .env.* # Ignore swarm config overrides if needed later swarm-stack.override.yml # Ignore coverage reports and test artifacts htmlcov/ .coverage coverage.xml .cache/