We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c0ec78 commit 2a5f4c7Copy full SHA for 2a5f4c7
.gitignore
@@ -23,12 +23,7 @@ var/
23
*.egg-info/
24
.installed.cfg
25
*.egg
26
-
27
-# PyInstaller
28
-# Usually these files are written by a python script from a template
29
-# before PyInstaller builds the exe, so as to inject date/other infos into it.
30
-*.manifest
31
-*.spec
+MANIFEST
32
33
# Installer logs
34
pip-log.txt
@@ -49,14 +44,8 @@ coverage.xml
49
44
*.mo
50
45
*.pot
51
46
52
-# Django stuff:
53
-*.log
54
55
47
# Sphinx documentation
56
48
docs/_build/
57
58
-# PyBuilder
59
-target/
60
61
#Ipython Notebook
62
.ipynb_checkpoints
0 commit comments