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

# Credentials and tokens (never commit these)
credentials.json
token.json

# Sync state (local per-machine, not shared via git)
.claude_mirror_manifest.json
.claude_mirror_inbox.jsonl
.claude_mirror_hash_cache.json

# macOS
.DS_Store
ROADMAP.md
ROADMAP_*.md

# Editor / IDE / agent state (never relevant to this project)
.idea/
.vscode/
.claude/
*.swp
*.swo
