# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
*.egg
dist/
build/
*.whl
.eggs/

# Virtual environments
.venv/
venv/
ENV/

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

# Testing
.pytest_cache/
.hypothesis/
.coverage
htmlcov/
.mypy_cache/
.ruff_cache/

# Jupyter
.ipynb_checkpoints/

# Data cache
data/*.parquet
data/*.csv
!data/README.md

# OS
.DS_Store
Thumbs.db

# Docs build
docs/_build/
site/

# Benchmark outputs
benchmarks/leaderboard.md
benchmarks/leaderboard.json
benchmarks/results/

# Secrets
.env
*.key
credentials.json
rel.md
plan.md
guide/