# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

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

# Testing
.pytest_cache/
.coverage
.coverage.*
coverage.xml
htmlcov/
.tox/
.nox/

# Type checkers
.mypy_cache/
.pyright/
.pyre/
.ruff_cache/

# IDEs
.vscode/
.idea/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db

# Secrets / local config
.env
.env.local
*.local

# Docs build
site/
_site/

# Evaluation harness output (per-user, model-version-specific)
scripts/evaluation/results/
.pytest-eval-work/

# Secrets / keys (hardening)
.env.*
!.env.example
*.pem
*.key
*.p12

# Planning / internal docs — not for the public repo
BUILD-PLAN.md
RESUME.md
/handoff/
/docs/launch/
