# Credentials - NEVER commit
config/servers.json

# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/
*.spec

# IDE
.vscode/
.idea/
*.swp
