We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b65855e + c038e77 commit bd8dab3Copy full SHA for bd8dab3
1 file changed
Python.gitignore
@@ -1,31 +1,31 @@
1
# Byte-compiled / optimized / DLL files
2
+__pycache__/
3
*.py[cod]
4
5
# C extensions
6
*.so
7
-# Packages
8
-*.egg
9
-*.egg-info
10
-dist
11
-build
12
-eggs
13
-parts
14
-bin
15
-var
16
-sdist
17
-develop-eggs
+# Distribution / packaging
+bin/
+build/
+develop-eggs/
+dist/
+eggs/
+lib/
+lib64/
+parts/
+sdist/
18
+var/
19
+*.egg-info/
20
.installed.cfg
-lib
-lib64
21
-__pycache__
+*.egg
22
23
# Installer logs
24
pip-log.txt
25
26
# Unit test / coverage reports
27
+.tox/
28
.coverage
-.tox
29
nosetests.xml
30
31
# Translations
0 commit comments