fountainai-deployer.git · .gitignore
fountainai-deployer.git / .gitignore
revision 81c305650f031c060bf9e383b6b2d57f2a5f274d · 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/