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

# Virtual environments
.venv/
venv/
env/

# uv
# (uv.lock IS committed — do not ignore it)

# Testing / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml
.ruff_cache/

# IDE / OS
.vscode/
.idea/
*.swp
.DS_Store
Thumbs.db
