# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# Test / CI artifacts
.coverage
coverage.json

# Environment
.env
.env.*
!.env.example
!.env.*.example
.mcp.json
!.mcp.json.example

# Claude Code
.claude/
CLAUDE.local.md
.claude-plugin/

# Other agent harnesses — context gateway outputs (user-local, derived from
# CLAUDE.md). Regenerate via `mm context init` + `mm context sync`.
AGENTS.md
GEMINI.md
.cursorrules
.github/copilot-instructions.md
.memtomem/

# macOS
.DS_Store

# Jupyter checkpoints
.ipynb_checkpoints/
notebooks/**/.ipynb_checkpoints/

# Notebooks
notebooks/__pycache__/
memories/
node_modules/

# Internal development artifacts
docs/testing/
docs/marketing/
.claude-memory/
BUG_REPORT.md
*.png
main.py
scripts/

# Experimental plugins kept private until promoted
packages/memtomem-openclaw-plugin/

# Dev repo: root tests excluded, package tests included
tests/
!packages/*/tests/
.playwright-mcp/

# Standalone test sandbox
/tmp/memtomem-test/
