File tree Expand file tree Collapse file tree 1 file changed +120
-1
lines changed
Expand file tree Collapse file tree 1 file changed +120
-1
lines changed Original file line number Diff line number Diff line change @@ -98,4 +98,123 @@ Alligator/Alligator_REMOTE_9848.csproj
9898
9999# User defined files #
100100# #####################
101- build.ps1
101+ build.ps1
102+
103+ # Testing files
104+ .dev /
105+ prototypes /
106+
107+ # PyInstaller
108+ # Usually these files are written by a python script from a template
109+ # before PyInstaller builds the exe, so as to inject date/other infos into it.
110+ * .manifest
111+ * .spec
112+
113+ # Installer logs
114+ pip-log.txt
115+ pip-delete-this-directory.txt
116+
117+ # Unit test / coverage reports
118+ htmlcov /
119+ .tox /
120+ .nox /
121+ .coverage
122+ .coverage. *
123+ .cache
124+ nosetests.xml
125+ coverage.xml
126+ * .cover
127+ * .py,cover
128+ .hypothesis /
129+ .pytest_cache /
130+ cover /
131+
132+ # Translations
133+ * .mo
134+ * .pot
135+
136+ # Django stuff:
137+ * .log
138+ local_settings.py
139+ db.sqlite3
140+ db.sqlite3-journal
141+
142+ # Flask stuff:
143+ instance /
144+ .webassets-cache
145+
146+ # Scrapy stuff:
147+ .scrapy
148+
149+ # Sphinx documentation
150+ docs /_build /
151+
152+ # PyBuilder
153+ .pybuilder /
154+ target /
155+
156+ # Jupyter Notebook
157+ * .ipynb
158+ .ipynb_checkpoints
159+
160+ # IPython
161+ profile_default /
162+ ipython_config.py
163+
164+ # pyenv
165+ # For a library or package, you might want to ignore these files since the code is
166+ # intended to run in multiple environments; otherwise, check them in:
167+ # .python-version
168+
169+ # pipenv
170+ # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
171+ # However, in case of collaboration, if having platform-specific dependencies or dependencies
172+ # having no cross-platform support, pipenv may install dependencies that don't work, or not
173+ # install all needed dependencies.
174+ # Pipfile.lock
175+
176+ # PEP 582; used by e.g. github.com/David-OConnor/pyflow
177+ __pypackages__ /
178+
179+ # Celery stuff
180+ celerybeat-schedule
181+ celerybeat.pid
182+
183+ # SageMath parsed files
184+ * .sage.py
185+
186+ # Environments
187+ .env
188+ .venv
189+ env /
190+ venv /
191+ ENV /
192+ env.bak /
193+ venv.bak /
194+
195+ # Spyder project settings
196+ .spyderproject
197+ .spyproject
198+
199+ # Rope project settings
200+ .ropeproject
201+
202+ # mkdocs documentation
203+ /site
204+
205+ # mypy
206+ .mypy_cache /
207+ .dmypy.json
208+ dmypy.json
209+
210+ # Pyre type checker
211+ .pyre /
212+
213+ # pytype static type analyzer
214+ .pytype /
215+
216+ # Cython debug symbols
217+ cython_debug /
218+
219+ # unignored files
220+ ! example.sql
You can’t perform that action at this time.
0 commit comments