# Temporary files
*.swp
*.log
*~
.DS_Store
.vscode/

# Python files
venv/
.venv/
__pycache__/
.mypy_cache/

# Github authentication files
.github_*

# yunohost specific cache/output dirs
.apps_cache
builds*

# Static assets
app_generator/static

# local debuggings
package_linter/