File tree Expand file tree Collapse file tree 1 file changed +10
-59
lines changed
Expand file tree Collapse file tree 1 file changed +10
-59
lines changed Original file line number Diff line number Diff line change 1- # Created by https://www.gitignore.io
2-
3- # ## Python ###
4- # Byte-compiled / optimized / DLL files
5- __pycache__ /
6- * .py [cod ]
7-
8- # C extensions
9- * .so
10-
11- # Distribution / packaging
12- .Python
13- env /
14- build /
15- develop-eggs /
16- dist /
17- downloads /
18- eggs /
19- .eggs /
20- lib /
21- lib64 /
22- parts /
23- sdist /
24- var /
25- * .egg-info /
26- .installed.cfg
27- * .egg
28-
29- # PyInstaller
30- # Usually these files are written by a python script from a template
31- # before PyInstaller builds the exe, so as to inject date/other infos into it.
32- * .manifest
33- * .spec
34-
35- # Installer logs
36- pip-log.txt
37- pip-delete-this-directory.txt
38-
39- # Unit test / coverage reports
40- htmlcov /
41- .tox /
42- .coverage
1+ * .egg-info
2+ * .pyc
433.cache
44- nosetests.xml
45- coverage.xml
46-
47- # Translations
48- * .mo
49- * .pot
50-
51- # Django stuff:
52- * .log
53-
54- # Sphinx documentation
55- docs /_build /
56-
57- # PyBuilder
58- target /
59-
60- .pytest_cache
4+ .coverage *
615.mypy_cache
6+ .pytest_cache
7+ .tox
8+ build
9+ dist
10+ docs /_build /
11+ htmlcov
12+ pip-wheel-metadata
You can’t perform that action at this time.
0 commit comments