adapt .gitignore for Flask project

This commit is contained in:
Heiko Ludwig 2024-04-07 08:36:07 +02:00
parent a0f17d0b1a
commit 4ea0a6a96a

15
.gitignore vendored
View file

@ -1,5 +1,16 @@
# These are some examples of commonly ignored file patterns. # git ignore list for Flask projects
# You should customize this list as applicable to your project.
instance/
.pytest_cache/
.coverage
htmlcov/
dist/
build/
*.egg-info/
# generic ignore list
# temporary editor files # temporary editor files
*.swp *.swp