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

# Virtual environments
.venv/

# Testing
.pytest_cache/
.coverage
htmlcov/

# IDEs
.idea/
.vscode/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# uv
uv.lock

# Override global ignore so this seed template file ships in the wheel.
!src/seeds/default/template/.claude/settings.local.json
