2024-02-15 14:56:55 +01:00
|
|
|
# Temporary files
|
2015-10-03 19:02:30 +02:00
|
|
|
*.swp
|
2024-02-15 14:56:55 +01:00
|
|
|
*.log
|
2015-10-25 17:01:26 +01:00
|
|
|
*~
|
2022-08-07 15:16:34 +02:00
|
|
|
.DS_Store
|
2024-02-15 14:56:55 +01:00
|
|
|
.vscode/
|
2015-10-25 17:01:26 +01:00
|
|
|
|
2024-02-15 14:56:55 +01:00
|
|
|
# Python files
|
|
|
|
venv/
|
2024-09-13 12:09:35 +02:00
|
|
|
.venv/
|
2024-02-15 14:56:55 +01:00
|
|
|
__pycache__/
|
|
|
|
.mypy_cache/
|
|
|
|
|
|
|
|
# Github authentication files
|
2024-09-13 12:09:35 +02:00
|
|
|
.github_*
|
2024-02-15 14:56:55 +01:00
|
|
|
|
|
|
|
# yunohost specific cache/output dirs
|
2020-04-05 02:54:24 +02:00
|
|
|
.apps_cache
|
2024-02-15 14:56:55 +01:00
|
|
|
builds*
|
2024-08-17 13:34:01 +02:00
|
|
|
|
|
|
|
# Static assets
|
2024-09-13 12:09:35 +02:00
|
|
|
app_generator/static
|
2024-08-17 13:34:01 +02:00
|
|
|
|
|
|
|
# local debuggings
|
|
|
|
package_linter/
|