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 1
1
# Byte-compiled / optimized / DLL files
2
2
__pycache__ /
3
- tests /__pycache__ /
4
3
* .py [cod ]
5
4
* $py.class
6
- * .swp
7
5
8
- # IDE files
9
- .idea /
6
+ # C extensions
7
+ * .so
10
8
11
9
# Distribution / packaging
12
10
.Python
25
23
* .egg-info /
26
24
.installed.cfg
27
25
* .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
30
32
31
33
# Installer logs
32
34
pip-log.txt
33
35
pip-delete-this-directory.txt
34
36
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