builder.braak.pro/.gitignore
Bart van der Braak edb56e96dc
Some checks failed
/ checks (pull_request) Failing after 14s
Implement authentication via Gitea
2024-11-20 23:59:35 +01:00

28 lines
No EOL
223 B
Text

# Hidden files
.venv
.env*
# Python
__pycache__
*.py[cod]
Pipfile
Pipfile.lock
# Editors
*~
*.swp
*.swo
*#
TAGS
tags
# Thumbnails
Thumbs.db
ehthumbs.db
Desktop.ini
.DS_Store
# Local patches and logs
*.patch
*.diff
*.log