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

# Environments
.venv/
venv/

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

# Editors
.idea/
.vscode/
*.swp

# Lore runtime state (never commit a live home dir)
.lore/
*.db
*.db-wal
*.db-shm
