# OS
.DS_Store
Thumbs.db
*.swp
*.swo
*~

# IDEs
.vscode/
.idea/
*.sublime-project
*.sublime-workspace

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
dist/
*.egg-info/
*.egg
.env
.venv/

# Tool caches
.ruff_cache/
.pyright/
.pytest_cache/
.coverage
htmlcov/
.nox/
.uv_cache/

# Herdr
.herdr/

# Runtime data
config.toml
data/undo.json

# Project memory (never commit)
.opencode/project-memory.sqlite3
.opencode/*.backup-*.sqlite3
.opencode/project-memory.sqlite3-wal
.opencode/project-memory.sqlite3-shm
.opencode/PROJECT_STATE.md
