# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Virtual envs
.venv/
venv/

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

# Builds
dist/
build/
*.egg-info/
output/

# uv
uv.lock
