# 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/
.installed.cfg
*.egg

# Testing
.pytest_cache/
.coverage
*.py,cover
htmlcov/
.tox/

# Virtual environments
venv/
env/
ENV/
.venv

# IDEs
.vscode/*
!.vscode/settings.json
.idea/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# uv
.uv/
uv.lock

# Claude Code
.claude/
/site/

# Environment variables - ignore all .env files
.env
.env.*
!.env.example

# Custom benchmark outputs
benchmark/custom/results/
benchmark/custom/*.csv
benchmark/custom/*.png
benchmark/custom/*.md
!benchmark/custom/README.md
