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

# uv
.uv/

# Tests
.pytest_cache/
.coverage

# Editors
.idea/
.vscode/

# OS
.DS_Store

# Secrets
~/.config/salt/
