Permalink
Browse files
Python: don't track virtualenv files.
- Loading branch information...
Showing
with
4 additions
and
0 deletions.
-
+4
−0
Python.gitignore
|
@@ -77,5 +77,9 @@ celerybeat-schedule |
|
|
# dotenv
|
|
|
.env
|
|
|
|
|
|
+# virtualenv
|
|
|
+venv/
|
|
|
+ENV/
|
|
|
+
|
|
|
# Spyder project settings
|
|
|
.spyderproject
|
0 comments on commit
62defad