# Python
__pycache__/
*.py[cod]
.venv/
venv/
*.egg-info/
dist/
build/

# Hatch
.hatch/

# Pytest
.pytest_cache/
.coverage
htmlcov/

# Textual
.textual/

# Editor
.vscode/
.idea/
*.swp
.DS_Store

# Claude Code — local/personal settings, not meant to be shared
.claude/settings.local.json

# Logs saved by the tool
*.log
