@@ -32,4 +32,129 @@ local.properties
3232.DS_Store
3333gradle.properties
3434
35- .vscode
35+ .vscode
36+ 37+ # Byte-compiled / optimized / DLL files
38+ __pycache__ /
39+ * .py [cod ]
40+ * $py.class
41+ 42+ # C extensions
43+ * .so
44+ 45+ # Distribution / packaging
46+ .Python
47+ build /
48+ develop-eggs /
49+ dist /
50+ downloads /
51+ eggs /
52+ .eggs /
53+ lib /
54+ lib64 /
55+ parts /
56+ sdist /
57+ var /
58+ wheels /
59+ pip-wheel-metadata /
60+ share /python-wheels /
61+ * .egg-info /
62+ .installed.cfg
63+ * .egg
64+ MANIFEST
65+ 66+ # PyInstaller
67+ # Usually these files are written by a python script from a template
68+ # before PyInstaller builds the exe, so as to inject date/other infos into it.
69+ * .manifest
70+ * .spec
71+ 72+ # Installer logs
73+ pip-log.txt
74+ pip-delete-this-directory.txt
75+ 76+ # Unit test / coverage reports
77+ htmlcov /
78+ .tox /
79+ .nox /
80+ .coverage
81+ .coverage. *
82+ .cache
83+ nosetests.xml
84+ coverage.xml
85+ * .cover
86+ .hypothesis /
87+ .pytest_cache /
88+ 89+ # Translations
90+ * .mo
91+ * .pot
92+ 93+ # Django stuff:
94+ * .log
95+ local_settings.py
96+ db.sqlite3
97+ db.sqlite3-journal
98+ 99+ # Flask stuff:
100+ instance /
101+ .webassets-cache
102+ 103+ # Scrapy stuff:
104+ .scrapy
105+ 106+ # Sphinx documentation
107+ docs /_build /
108+ 109+ # PyBuilder
110+ target /
111+ 112+ # Jupyter Notebook
113+ .ipynb_checkpoints
114+ 115+ # IPython
116+ profile_default /
117+ ipython_config.py
118+ 119+ # pyenv
120+ .python-version
121+ 122+ # pipenv
123+ # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
124+ # However, in case of collaboration, if having platform-specific dependencies or dependencies
125+ # having no cross-platform support, pipenv may install dependencies that don't work, or not
126+ # install all needed dependencies.
127+ # Pipfile.lock
128+ 129+ # celery beat schedule file
130+ celerybeat-schedule
131+ 132+ # SageMath parsed files
133+ * .sage.py
134+ 135+ # Environments
136+ .env
137+ .venv
138+ env /
139+ venv /
140+ ENV /
141+ env.bak /
142+ venv.bak /
143+ 144+ # Spyder project settings
145+ .spyderproject
146+ .spyproject
147+ 148+ # Rope project settings
149+ .ropeproject
150+ 151+ # mkdocs documentation
152+ /site
153+ 154+ # mypy
155+ .mypy_cache /
156+ .dmypy.json
157+ dmypy.json
158+ 159+ # Pyre type checker
160+ .pyre /
0 commit comments