# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.venv/
venv/
env/

# Test / coverage
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/
.ruff_cache/

# Tooling
.env
.env.local

# Editors
.vscode/
.idea/
*.swp
.DS_Store

# Project output
out/
*.pbip.bak
