File tree Expand file tree Collapse file tree 1 file changed +106
-0
lines changed Expand file tree Collapse file tree 1 file changed +106
-0
lines changed Original file line number Diff line number Diff line change 1+ # ## Python ###
2+ # Byte-compiled / optimized / DLL files
3+ __pycache__ /
4+ * .py [cod ]
5+ * $py.class
6+
7+ # C extensions
8+ * .so
9+
10+ # Distribution / packaging
11+ .Python
12+ build /
13+ develop-eggs /
14+ dist /
15+ downloads /
16+ eggs /
17+ .eggs /
18+ lib /
19+ lib64 /
20+ parts /
21+ sdist /
22+ var /
23+ wheels /
24+ pip-wheel-metadata /
25+ share /python-wheels /
26+ * .egg-info /
27+ .installed.cfg
28+ * .egg
29+ MANIFEST
30+
31+ # PyInstaller
32+ # Usually these files are written by a python script from a template
33+ # before PyInstaller builds the exe, so as to inject date/other infos into it.
34+ * .manifest
35+ * .spec
36+
37+ # Installer logs
38+ pip-log.txt
39+ pip-delete-this-directory.txt
40+
41+ # Unit test / coverage reports
42+ htmlcov /
43+ .tox /
44+ .nox /
45+ .coverage
46+ .coverage. *
47+ .cache
48+ nosetests.xml
49+ coverage.xml
50+ * .cover
51+ .hypothesis /
52+ .pytest_cache /
53+
54+ # Translations
55+ * .mo
56+ * .pot
57+
58+ # Scrapy stuff:
59+ .scrapy
60+
61+ # Sphinx documentation
62+ docs /_build /
63+
64+ # PyBuilder
65+ target /
66+
67+ # pyenv
68+ .python-version
69+
70+ # pipenv
71+ # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
72+ # However, in case of collaboration, if having platform-specific dependencies or dependencies
73+ # having no cross-platform support, pipenv may install dependencies that don't work, or not
74+ # install all needed dependencies.
75+ # Pipfile.lock
76+
77+ # celery beat schedule file
78+ celerybeat-schedule
79+
80+ # SageMath parsed files
81+ * .sage.py
82+
83+ # Spyder project settings
84+ .spyderproject
85+ .spyproject
86+
87+ # Rope project settings
88+ .ropeproject
89+
90+ # Mr Developer
91+ .mr.developer.cfg
92+ .project
93+ .pydevproject
94+
95+ # mkdocs documentation
96+ /site
97+
98+ # mypy
99+ .mypy_cache /
100+ .dmypy.json
101+ dmypy.json
102+
103+ # Pyre type checker
104+ .pyre /
105+ .idea /
106+ .vscode /
You can’t perform that action at this time.
0 commit comments