__pycache__/
*.pyc
dist/
build/
*.egg-info/
.godotiq/
.venv/
*.import
.godot/
.pytest_cache/

# Secrets — NEVER commit
.mcpregistry_*
*.token

# Node
node_modules/

# Local settings / local tooling
.claude/
.DS_Store
.coverage
.wrangler/

# Shared agent memory — local notes, contains customer names + partial license keys.
# Keep AGENTS.md and scripts/sync_agent_memory.py visible to git; ignore only the memory.
.agent-memory/
