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

# Virtual environments
.venv/
venv/

# uv
uv.lock

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

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