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

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

# SQLite artifacts
*.db
*.db-wal
*.db-shm

# OS
.DS_Store

# Obsidian
.obsidian/

# Kernel session tracking (local only)
_meta/
