# Python
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.ruff_cache/
.coverage
.mypy_cache/

# Env / build
.venv/
.env
dist/
build/
*.whl

# Editors
.vscode/
.idea/

# OS
.DS_Store

# Local scratch
tmp/
