This repository was archived by the owner on Feb 3, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +139
-0
lines changed Expand file tree Collapse file tree 1 file changed +139
-0
lines changed Original file line number Diff line number Diff line change 1+ # Byte-compiled / optimized / DLL files
2+ __pycache__ /
3+ * .py [cod ]
4+ * $py.class
15
6+ # C extensions
7+ * .so
8+
9+ # Distribution / packaging
10+ .Python
11+ build /
12+ develop-eggs /
13+ dist /
14+ downloads /
15+ eggs /
16+ .eggs /
17+ lib /
18+ lib64 /
19+ parts /
20+ sdist /
21+ var /
22+ wheels /
23+ pip-wheel-metadata /
24+ share /python-wheels /
25+ * .egg-info /
26+ .installed.cfg
27+ * .egg
28+ MANIFEST
29+
30+ # PyInstaller
31+ # Usually these files are written by a python script from a template
32+ # before PyInstaller builds the exe, so as to inject date/other infos into it.
33+ * .manifest
34+ * .spec
35+
36+ # Installer logs
37+ pip-log.txt
38+ pip-delete-this-directory.txt
39+
40+ # Unit test / coverage reports
41+ htmlcov /
42+ .tox /
43+ .nox /
44+ .coverage
45+ .coverage. *
46+ .cache
47+ nosetests.xml
48+ coverage.xml
49+ * .cover
50+ * .py,cover
51+ .hypothesis /
52+ .pytest_cache /
53+
54+ # Translations
55+ * .mo
56+ * .pot
57+
58+ # Django stuff:
59+ local_settings.py
60+ db.sqlite3
61+ db.sqlite3-journal
62+
63+ # Flask stuff:
64+ instance /
65+ .webassets-cache
66+
67+ # Scrapy stuff:
68+ .scrapy
69+
70+ # Sphinx documentation
71+ docs /_build /
72+
73+ # PyBuilder
74+ target /
75+
76+ # Jupyter Notebook
77+ .ipynb_checkpoints
78+
79+ # IPython
80+ profile_default /
81+ ipython_config.py
82+
83+ # pyenv
84+ .python-version
85+
86+ # pipenv
87+ # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
88+ # However, in case of collaboration, if having platform-specific dependencies or dependencies
89+ # having no cross-platform support, pipenv may install dependencies that don't work, or not
90+ # install all needed dependencies.
91+ # Pipfile.lock
92+
93+ # PEP 582; used by e.g. github.com/David-OConnor/pyflow
94+ __pypackages__ /
95+
96+ # Celery stuff
97+ celerybeat-schedule
98+ celerybeat.pid
99+
100+ # SageMath parsed files
101+ * .sage.py
102+
103+ # Environments
104+ .env
105+ .venv
106+ env /
107+ venv /
108+ ENV /
109+ env.bak /
110+ venv.bak /
111+
112+ # Spyder project settings
113+ .spyderproject
114+ .spyproject
115+
116+ # Rope project settings
117+ .ropeproject
118+
119+ # mkdocs documentation
120+ /site
121+
122+ # mypy
123+ .mypy_cache /
124+ .dmypy.json
125+ dmypy.json
126+
127+ # Pyre type checker
128+ .pyre /
129+
130+ # PYNB
131+ .local
132+
133+ # SavedModel Files
134+ * .zip
135+ * .pb
136+ * .index
137+ variables.data *
138+
139+ # Local files
140+ /* .txt
You can’t perform that action at this time.
0 commit comments