__pycache__/
*.pyc
*.egg-info/
dist/
build/
.venv/
.mypy_cache/
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/
*.egg
.idea/
.claude/

# Schema symlinks (source of truth is the submodule vendor/portable-ai-memory)
src/portable_ai_memory/schemas/*.schema.json
