__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/
.eggs/
*.egg
.pytest_cache/
.tox/
.coverage
htmlcov/
*.so

# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# OS
Thumbs.db
.DS_Store

# Internal roadmap (not public)
/V3_ROADMAP.md

# Personal scripts (not part of the public package)
/chimera_deep.py
/scan_all.py
/scan_one.py
/scan_results.json
/xray.py
/diff.py
/health.py
/surgery.py
/ablate.py
/neurons.py
/attention.py
/logit_lens.py

# Generated reports & scripts (session artifacts)
*.html
gen_*.py
load_safetensors_safe.py
validate_vs_weightwatcher.py

# Model checkpoints (too large for git)
*.pt
*.manifest.json

# Environment
.env
.venv/
env/
venv/
