# Python
__pycache__/
*.pyc
*.egg-info/
dist/
build/
.venv/
.pytest_cache/

# Environment
.env
demo/.env

# IDE
.idea/
.vscode/

# ML models (downloaded at runtime)
models/

# OS
.DS_Store

.claude/

# Benchmark results (regeneratable)
benchmarks/locomo/results/

# Demo (not published)
demo/
benchmarks/
autoimprove/

ROADMAP.md
