# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
build/
dist/
.eggs/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

# Virtual envs
.venv/
venv/
env/

# IDE
.vscode/
.idea/
*.code-workspace

# OS
.DS_Store
Thumbs.db

# Env / secrets
.env
.env.local
*.env

# Phase-1 POC artifacts (transient container outputs)
scripts/seeding-poc/runs/
scripts/seeding-poc/.modl-cache/
# Screenshots ARE committed - they're the matrix's evidence.
