# Python / virtualenv
.venv/
venv/
__pycache__/
*.pyc

# Salt runtime artifacts
.salt/

# IDE / OS files
.idea/
.vscode/
.DS_Store
