# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.eggs/
build/
dist/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.pyright-report.json
.coverage
htmlcov/

# Envs
.venv/
venv/
env/
.python-version

# uv
.uv/

# IDE
.vscode/
.idea/
*.swp

# OS
.DS_Store
Thumbs.db

# Local dev
.env
.env.local
.worktrees/