# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg-info/
dist/
build/
*.whl
*.tar.gz
.eggs/

# Runtime data — SQLite WAL files and the dev DB at the repo root
memory.db
memory.db-shm
memory.db-wal
memory.db.v2.bak

# Per-project memory layer data (gitignored in consuming repos)
.memory-layer/

# tiktoken cache
*.tiktoken

# Environment / secrets
.env
.env.local

# Generated adapters and reports
adapters/
reports/

# IDE / OS
.vscode/
.idea/
*.swp
.DS_Store
Thumbs.db

# Claude Code internal state
.claude/

# PyInstaller
*.spec
dist/

# mypy cache
.mypy_cache/

# pytest cache
.pytest_cache/
