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

# Virtual environments
.venv

# Logs ($CLAUDEMNESIA_LOG can point anywhere)
*.log

# Per-machine MCP server config (local paths; not shared)
.mcp.json

# Tooling caches
.pytest_cache/
.ruff_cache/
.mypy_cache/

# OS cruft
.DS_Store
Thumbs.db
