# Python
__pycache__/
*.py[cod]
*.pyo

# IDE
.vscode/
.idea/

# OS
Thumbs.db
desktop.ini
.DS_Store

# Agent working directories
.response/
.handoff/

# User data (dictionaries are user-managed)
data/user_dicts/

# Database (generated at runtime)
*.db
*.db-wal
*.db-shm

# Backup files
*.bak

# Agent working directories
.agent/

# Internal development notes (not for public release)
TODO.md

# Claude Code working directories — slash commands, worktrees, etc. are
# personal tooling and not part of the project's public surface.
.claude/
