File tree Expand file tree Collapse file tree 1 file changed +34
-6
lines changed
Expand file tree Collapse file tree 1 file changed +34
-6
lines changed Original file line number Diff line number Diff line change 11# Byte-compiled / optimized / DLL files
22__pycache__ /
3- tests /__pycache__ /
43* .py [cod ]
54* $py.class
6- * .swp
75
8- # IDE files
9- .idea /
6+ # C extensions
7+ * .so
108
119# Distribution / packaging
1210.Python
2523* .egg-info /
2624.installed.cfg
2725* .egg
28- .DS_Store
29- .coverage
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
3032
3133# Installer logs
3234pip-log.txt
3335pip-delete-this-directory.txt
3436
37+ # Unit test / coverage reports
38+ htmlcov /
39+ .tox /
40+ .coverage
41+ .coverage. *
42+ .cache
43+ nosetests.xml
44+ coverage.xml
45+ * ,cover
46+ .hypothesis /
47+
48+ # Translations
49+ * .mo
50+ * .pot
51+
52+ # Django stuff:
53+ * .log
54+
55+ # Sphinx documentation
56+ docs /_build /
57+
58+ # PyBuilder
59+ target /
60+
61+ # Ipython Notebook
62+ .ipynb_checkpoints
You can’t perform that action at this time.
0 commit comments