# macOS
.DS_Store

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

# Tools
.ruff_cache/
.pytest_cache/
.mypy_cache/

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

# Environment / secrets
.env
.env.*

# AI session artifacts
chat-summaries/
