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

# Virtual environment
.venv/

# AIVectorMemory data
.aivectormemory/
.devmemory/

# IDE
.vscode/
.idea/
.claude/
.kiro/
.shared/
.opencode/
.mcp.json
CLAUDE.md
CLAUDE.md.bak
AGENTS.md
opencode.json

# OS
.DS_Store
Thumbs.db

# Test cache
.pytest_cache/
htmlcov/
.coverage

# Screenshots (Playwright)
tests/screenshots/

# Root screenshots & Playwright MCP
/*.png
.playwright-mcp/

# Local-only directories (specs, tests, design docs)
docs/design/
docs/specs/
tests/
