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

# Environments
.venv/
venv/
.env
.env.local

# uv
.uv/
uv.lock.broken

# Tests
.pytest_cache/
pytest-cache-files-*/
.coverage
htmlcov/

# Editor / OS
.vscode/
.idea/
*.swp
.DS_Store
