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

# Environments
.venv/
venv/

# Tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/

# docsonar local state
*.db
*.db-wal
*.db-shm
.scratch/

# OS
.DS_Store
Thumbs.db
