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

# Tooling
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/

# debabble local state (backups are machine-local, never committed)
.debabble/backups/

# Editors / OS
.vscode/
.idea/
.DS_Store
Thumbs.db

# Scratch output from ad-hoc checks
*.out
