# Python
__pycache__/
*.py[cod]
*.pyc
*.egg-info/
.pytest_cache/
.ruff_cache/

# Virtual environments / uv
.venv/
uv.lock

# Build artifacts
dist/
build/
*.whl

# Local scratch
.tmp_*/
.local_memory/

# Machine-specific wiring generated by `cdms install` (absolute venv paths).
# Run `cdms install` to regenerate per-machine instead of committing these.
.mcp.json
.claude/settings.json
.claude/settings.local.json
.claude/worktrees/

# Editor / OS
.DS_Store
*.swp

# Blender toolkit (auto-generated)
.blender-toolkit/

# Letta local settings (reference exploration)
.letta/

# pytest-cov local artifacts
.coverage
.coverage.*
htmlcov/