# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.venv/
venv/
env/

# Test / coverage
.pytest_cache/
.coverage
htmlcov/

# Editors / OS
.idea/
.vscode/
.DS_Store

# Monolith local state (generated per-project, not committed in consumer repos)
.monolith/stats.json
.monolith/gain.json
.monolith/tee/
