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

# Editor / OS
.DS_Store
*.swp
*.swo
*~

# IDE
.idea/
.vscode/
*.iml

# Mirror runtime data (generated by the tool)
/var/svn-mirror/

# Temp files
/tmp/
*.tmp
