24 lines
318 B
Text
24 lines
318 B
Text
# Temporary files
|
|
*.swp
|
|
*.log
|
|
*~
|
|
.DS_Store
|
|
.vscode/
|
|
|
|
# Python files
|
|
venv/
|
|
__pycache__/
|
|
.mypy_cache/
|
|
|
|
# Github authentication files
|
|
/.github_*
|
|
|
|
# yunohost specific cache/output dirs
|
|
.apps_cache
|
|
builds*
|
|
|
|
tools/bot-repo-cleanup/.github_token
|
|
tools/autoupdater-upgrader/.*
|
|
|
|
tools/autopatches/login
|
|
tools/autopatches/token
|