We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f39022 commit 6c0b21bCopy full SHA for 6c0b21b
.gitignore
@@ -1,5 +1,44 @@
1
-htmlcov
+# Byte-compiled / optimized / DLL files
2
+__pycache__/
3
+*.py[cod]
4
+
5
+# C extensions
6
+*.so
7
8
+# Distribution / packaging
9
+.Python
10
+env/
11
+build/
12
+develop-eggs/
13
+dist/
14
+eggs/
15
+lib/
16
+lib64/
17
+parts/
18
+sdist/
19
+var/
20
+*.egg-info/
21
+.installed.cfg
22
+*.egg
23
24
+# Installer logs
25
+pip-log.txt
26
+pip-delete-this-directory.txt
27
28
+# Unit test / coverage reports
29
+htmlcov/
30
+.tox/
31
.coverage
-.pyc
-dist
-*.egg-info
32
+.cache
33
+nosetests.xml
34
+coverage.xml
35
36
+# Translations
37
+*.mo
38
+*.pot
39
40
+# Django stuff:
41
+*.log
42
43
+# Sphinx documentation
44
+docs/_build/
0 commit comments