CLAUDE.md
PAPER.md
ROADMAP.md

# Plan files written by Claude Code
.claude/

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
*.so

# Distribution / packaging
build/
dist/
*.egg-info/
*.egg
MANIFEST
pip-wheel-metadata/

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

# uv
.uv-cache/
uv.lock.bak

# Testing & coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
.hypothesis/

# Type checkers / linters
.mypy_cache/
.ruff_cache/
.dmypy.json

# Benchmark outputs (artifacts; results regenerated by run_eval.py)
bench/results/

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

# OS
.DS_Store
Thumbs.db

# Local environment overrides
.env
.env.local
