We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 231cf3e + 8508cd8 commit 9a87d3bCopy full SHA for 9a87d3b
1 file changed
.gitignore
@@ -13,6 +13,7 @@
13
14
# Hidden assets
15
assets-hidden/
16
+docs-hidden/
17
18
# User-specific files (MonoDevelop/Xamarin Studio)
19
*.userprefs
@@ -346,6 +347,15 @@ paket-files/
346
347
**/__pycache__/
348
*.pyc
349
350
+# Python virtual environments
351
+.venv/
352
+venv/
353
+ENV/
354
+*.egg-info/
355
+dist/
356
+build/
357
+*.egg
358
+
359
# Cake - Uncomment if you are using it
360
#tools/**
361
#!tools/packages.config
0 commit comments