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

# Virtual environments
.venv/
venv/
env/

# uv
.uv/

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

# Env / secrets
.env
.env.local

# Editors / OS
.vscode/
.idea/
.DS_Store
Thumbs.db
