This website works better with JavaScript
Home
Explore
Help
Sign In
compsci-industry
/
TechEmpower.FrameworkBenchmarks
mirror of
https://github.com/TechEmpower/FrameworkBenchmarks.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Ignore Python virtual environments in .gitignore
Ludovic Gasc (GMLudo)
10 years ago
parent
e492aa2618
commit
c9270bb89f
1 changed files
with
4 additions
and
0 deletions
Unified View
Show Diff Stats
4
0
frameworks/Python/.gitignore
+ 4
- 0
frameworks/Python/.gitignore
View File
@@ -1,2 +1,6 @@
uwsgi_params
uwsgi_params
*.pid
*.pid
+
+# ignore virtual environments
+pyvenv/
+venv/