# Python
__pycache__/
*.pyc
*.pyo
.pytest_cache/

# Build
dist/
build/
*.egg-info/

# Virtual environment
.venv/
venv/

# Benchmark data — not committed, see benchmarks/README.md
benchmarks/fixtures/

# IDE
.vscode/
.idea/