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

# Docs build output
site/

# IDE
.idea/
.vscode/
*.swp
