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

# Caches / tooling
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# pkgguard runtime
*.pkgguard-cache.json
report.md
report.json

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