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

# Virtual environments
.venv/
venv/
env/

# IDE
.idea/
.vscode/

# Optional single-file override (set TEAM_MEMORY_CONFIG_PATH to this path)
config.local.yaml

# Environment
.env
.env.*

# Testing
.coverage
htmlcov/
.pytest_cache/

# Local upload storage (archive attachments); configurable via uploads.root_dir
# Local scratch: upload staging, TM export/remediation cache (.tmp/data/tm-archive-export 等)
.tmp/

# Debug / operations docs (personal)
.debug/


# OS
.DS_Store
Thumbs.db


.ruff_cache/
.claude/
.cursor/
.tm_cursor/
.mcpregistry_github_token
.mcpregistry_registry_token
.playwright-mcp/

# GitNexus local graph index (regenerate with npx gitnexus analyze)
.gitnexus/

# Internal docs (not for public repo)
pm.md
