Browse Source

Ignore Python virtual environments in .gitignore

Ludovic Gasc (GMLudo) 10 years ago
parent
commit
c9270bb89f
1 changed files with 4 additions and 0 deletions
  1. 4 0
      frameworks/Python/.gitignore

+ 4 - 0
frameworks/Python/.gitignore

@@ -1,2 +1,6 @@
 uwsgi_params
 *.pid
+
+# ignore virtual environments
+pyvenv/
+venv/