# Byte-compiled / caches
__pycache__/
*.py[cod]
.pytest_cache/
.ruff_cache/
.mypy_cache/

# Packaging
build/
dist/
*.egg-info/
.eggs/

# Environments
.venv/
venv/
env/

# Coverage
.coverage
.coverage.*
coverage.xml
htmlcov/

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

# Benchmark exports & plots (local runs)
*.bench.json
*.bench.csv
*.bench.md
