# Python
__pycache__/
*.py[cod]
.pytest_cache/
.venv/
.wheel-venv/
dist/
build/
*.egg-info/

# Local/editor
.DS_Store
.idea/
.vscode/

# Upstream sync cache
.cache/
