# Python
__pycache__/
*.pyc
*.pyo
.venv/
venv/
dist/
build/
*.egg-info/
.pytest_cache/
.ruff_cache/
.ty_cache/

# Tool data / local artifacts
*.db
yir.db

# Env / secrets
.env
.env.*

# OS / editors
.DS_Store
Thumbs.db
*.swp
.vscode/
.idea/
