File tree Expand file tree Collapse file tree 2 files changed +122
-0
lines changed
Expand file tree Collapse file tree 2 files changed +122
-0
lines changed Original file line number Diff line number Diff line change 1+ # IDE files
2+ .idea /
3+
4+ # Byte-compiled / optimized / DLL files
5+ __pycache__ /
6+ * .py [cod ]
7+ * $py.class
8+
9+ # C extensions
10+ * .so
11+
12+ # Distribution / packaging
13+ .Python
14+ build /
15+ develop-eggs /
16+ dist /
17+ downloads /
18+ eggs /
19+ .eggs /
20+ # lib/
21+ lib64 /
22+ parts /
23+ sdist /
24+ var /
25+ wheels /
26+ pip-wheel-metadata /
27+ share /python-wheels /
28+ * .egg-info /
29+ .installed.cfg
30+ * .egg
31+ MANIFEST
32+
33+ # PyInstaller
34+ # Usually these files are written by a python script from a template
35+ # before PyInstaller builds the exe, so as to inject date/other infos into it.
36+ * .manifest
37+ * .spec
38+
39+ # Installer logs
40+ pip-log.txt
41+ pip-delete-this-directory.txt
42+
43+ # Unit test / coverage reports
44+ htmlcov /
45+ .tox /
46+ .nox /
47+ .coverage
48+ .coverage. *
49+ .cache
50+ nosetests.xml
51+ coverage.xml
52+ * .cover
53+ .hypothesis /
54+ .pytest_cache /
55+
56+ # Translations
57+ * .mo
58+ * .pot
59+
60+ # Django stuff:
61+ * .log
62+ local_settings.py
63+ db.sqlite3
64+
65+ # Flask stuff:
66+ instance /
67+ .webassets-cache
68+
69+ # Scrapy stuff:
70+ .scrapy
71+
72+ # Sphinx documentation
73+ docs /_build /
74+
75+ # PyBuilder
76+ target /
77+
78+ # Jupyter Notebook
79+ .ipynb_checkpoints
80+
81+ # IPython
82+ profile_default /
83+ ipython_config.py
84+
85+ # pyenv
86+ .python-version
87+
88+ # celery beat schedule file
89+ celerybeat-schedule
90+
91+ # SageMath parsed files
92+ * .sage.py
93+
94+ # Environments
95+ .env
96+ .venv
97+ env /
98+ venv /
99+ ENV /
100+ env.bak /
101+ venv.bak /
102+
103+ # Spyder project settings
104+ .spyderproject
105+ .spyproject
106+
107+ # Rope project settings
108+ .ropeproject
109+
110+ # mkdocs documentation
111+ /site
112+
113+ # mypy
114+ .mypy_cache /
115+ .dmypy.json
116+ dmypy.json
117+
118+ # Pyre type checker
119+ .pyre /
120+
121+ # .orig files
122+ * .orig
You can’t perform that action at this time.
0 commit comments