Fountain Coach Gitowner-controlled · read only

fountainai-deployer.git · .gitignore

fountainai-deployer.git / .gitignore

revision 837825ce6b18d3dee9540d0bcdffaaa37e193450 · 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/