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