# 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

# Source
aivectormemory/

# Test
.pytest_cache/
htmlcov/
.coverage
tests/

# Screenshots (Playwright)
tests/screenshots/
