# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
.coverage
htmlcov/
.pytest_cache/
.ruff_cache/
.mypy_cache/

# Virtual environments
.venv

# Docs
site/

# OS / IDE
.DS_Store
.idea/
.vscode/
