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

# uv / venv
.venv/

# OS / editor
.DS_Store
.idea/
.vscode/
