# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/

# Virtual environments
.venv/
venv/
env/

# Generated output
out/
*.pbip.bak

# OS / editor
.DS_Store
.idea/
.vscode/
*.swp
