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

# Editor
.vscode/
.idea/
*.swp

# OS
.DS_Store

# uv
.uv/

.worktrees/
.launch/
