# Python
__pycache__/
*.py[oc]
*.egg-info/
build/
dist/
wheels/

# Virtual environments
.venv
.env

# Testing
.coverage
htmlcov/
.pytest_cache/

# Ruff
.ruff_cache/

# IDE
.vscode/
.idea/

# OS
.DS_Store

# docs
site/
# Benchmark timestamped results (keep only baseline.json)
benchmarks/results/[0-9]*.json
