From 3bc5f0e6f56a3c3a02eeaa40b472e7179ccf59fb Mon Sep 17 00:00:00 2001 From: AlxCzl Date: Sun, 28 Nov 2021 21:52:29 +0100 Subject: [PATCH] feat(git): completed gitignore --- .gitignore | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 224ddc7..5634b05 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,9 @@ -*.pyc +*pyc +instance/* +__pycache__/* +*.log* +.idea/* +*.swp +#~ +~# venv \ No newline at end of file