Fountain Coach Gitowner-controlled · read only

baseline-awareness-service.git · .gitignore

baseline-awareness-service.git / .gitignore

revision d73c06b4a827d955161432eeb15e26eb55863c32 · complete file

# Bytecode and cache
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so

# Virtual environments
.venv/
env/
venv/
ENV/

# Pytest and coverage
.pytest_cache/
.coverage
htmlcov/
.cache/

# DS_Store and editor files
.DS_Store
.vscode/
.idea/

# Output / artifacts
*.log
*.zip
*.gz
*.egg-info/
dist/
build/

# Local env and secrets
.env