From 4ea0a6a96a0e1140cc4bd029d0a6c858554872fb Mon Sep 17 00:00:00 2001 From: Heiko Ludwig Date: Sun, 7 Apr 2024 08:36:07 +0200 Subject: [PATCH] adapt .gitignore for Flask project --- .gitignore | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 32c3fa1..d514031 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,16 @@ -# These are some examples of commonly ignored file patterns. -# You should customize this list as applicable to your project. +# git ignore list for Flask projects + +instance/ + +.pytest_cache/ +.coverage +htmlcov/ + +dist/ +build/ +*.egg-info/ + +# generic ignore list # temporary editor files *.swp