# Maelstrom generates these per worktree. Do not commit them.
.env
.claude/CLAUDE.local.md

# Python
__pycache__/
*.pyc
*.egg-info/
build/
dist/
.venv/
uv.lock

# Tooling caches
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/

# Editors / OS
.idea/
.vscode/
*.swp
.DS_Store
