瀏覽代碼

Ignore Python virtual environments in .gitignore

Ludovic Gasc (GMLudo) 10 年之前
父節點
當前提交
c9270bb89f
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      frameworks/Python/.gitignore

+ 4 - 0
frameworks/Python/.gitignore

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