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

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
*.egg
MANIFEST

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

# Tooling caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.tox/
.coverage
.coverage.*
htmlcov/
coverage.xml
*.cover

# Jupyter
.ipynb_checkpoints/

# Editors / OS
.idea/
.vscode/
.DS_Store
*.swp

# Claude Code — track CLAUDE.md, ignore everything else
.claude/*
!.claude/CLAUDE.md

# Example outputs
out/
/out/

# Benchmark outputs
benchmarks/results/
