From 7996f3eef1c1dd26a16605222126e5a8d0796790 Mon Sep 17 00:00:00 2001 From: muli Date: Thu, 16 Jun 2022 13:03:02 +0200 Subject: [PATCH] chore: Updated .gitignore. --- .gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.gitignore b/.gitignore index 165e06f..d0ce5d0 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,7 @@ temp/ .DS_Store .AppleDouble .LSOverride +.nova # Icon must end with two \r Icon @@ -85,3 +86,13 @@ $RECYCLE.BIN/ # Windows shortcuts *.lnk + +### Python ### +# Compiled python +*.pyc + +# Virtaul environments +.env +.venv +env +venv \ No newline at end of file