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

# Virtual envs
.venv/
venv/

# uv
.uv-cache/

# Test / coverage
.pytest_cache/
.coverage
htmlcov/
.ruff_cache/
.pyright/

# IDE
.vscode/
.idea/

# OS
.DS_Store

# Env
.env
.env.local
