# Python
__pycache__/
*.pyc
.pytest_cache/
*.egg-info/
dist/
build/
.venv/
.coverage
htmlcov/

# Project-specific
benchmark_output/
*.db

# Sphinx documentation build output
docs/_build/
