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

# Test / coverage
.pytest_cache/
.coverage
htmlcov/

# Environments
.venv/
venv/
.env

# uv
uv.lock

# OS
.DS_Store
