diff options
author | Max <dsiw@dsiw-it.de> | 2017-01-24 13:41:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-24 13:41:24 +0100 |
commit | b236b95c4d67d46bcfbd1941731a1c242ec1b844 (patch) | |
tree | ce2154e917a88487d868c3cd6083108a4e075332 | |
parent | 7f2ce36bbebaff948bd9fa82b708d233adcb04c6 (diff) | |
download | gitignore-b236b95c4d67d46bcfbd1941731a1c242ec1b844.tar.gz gitignore-b236b95c4d67d46bcfbd1941731a1c242ec1b844.zip |
Add .venv as file
-rw-r--r-- | Python.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Python.gitignore b/Python.gitignore index 9a05e2de..49a6770a 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -83,6 +83,7 @@ celerybeat-schedule .venv/ venv/ ENV/ +.venv # Spyder project settings .spyderproject |