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

# Virtual environments
.venv

# Cache
.pytest_cache/
.ruff_cache/

# Docs
docs/_build/

# Local
.vscode/
