gitignore: extend ignore content

(cherry picked from commit 4783e335c7104ed89f2e04f9c1475bdc022af9a9)
This commit is contained in:
Robert Göhler 2019-12-20 23:58:28 +01:00 committed by Christian Poessinger
parent 0939bba9da
commit 1b55c12d22

13
.gitignore vendored
View File

@ -1,5 +1,7 @@
# python virtualenv
venv/
ENV/
.venv
# put various editor ignores here
.vscode/
@ -7,3 +9,14 @@ venv/
*.vpw
*.vpwhist
*.vtg
# python cache files
*.pyc
__pychache__
# dotenv
.env
.envrc
# os specific
.DS_Store