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