Skip to content

Commit bf04b01

Browse files
committed
Fix .gitignore
1 parent 7f795a5 commit bf04b01

File tree

1 file changed

+0
-127
lines changed

1 file changed

+0
-127
lines changed

.gitignore

Lines changed: 0 additions & 127 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
<<<<<<< HEAD
2-
<<<<<<< HEAD
3-
=======
4-
>>>>>>> 385d700 (checkout dev)
51
# Others
62
nbs/
73
.prettierrc
@@ -113,128 +109,5 @@ ENV/
113109
.pytest_cache/
114110
IM2Deep.code-workspace
115111

116-
<<<<<<< HEAD
117112
# Testing
118113
test_data/
119-
=======
120-
# Others
121-
nbs/
122-
.prettierrc
123-
data/
124-
steps.txt
125-
old_files/
126-
prepare_pin_files.py
127-
*.jar
128-
*.tar
129-
130-
# Ruff
131-
.ruff_cache/
132-
133-
# Atom remote-sync config
134-
.remote-sync.json
135-
136-
# Byte-compiled / optimized / DLL files
137-
__pycache__/
138-
*.py[cod]
139-
*$py.class
140-
141-
# C extensions
142-
*.so
143-
144-
# Distribution / packaging
145-
.Python
146-
env/
147-
build/
148-
develop-eggs/
149-
dist/
150-
downloads/
151-
eggs/
152-
.eggs/
153-
lib/
154-
lib64/
155-
parts/
156-
sdist/
157-
var/
158-
*.egg-info/
159-
.installed.cfg
160-
*.egg
161-
162-
# PyInstaller
163-
# Usually these files are written by a python script from a template
164-
# before PyInstaller builds the exe, so as to inject date/other infos into it.
165-
*.manifest
166-
167-
# Installer logs
168-
pip-log.txt
169-
pip-delete-this-directory.txt
170-
171-
# Unit test / coverage reports
172-
htmlcov/
173-
.tox/
174-
.coverage
175-
.coverage.*
176-
.cache
177-
nosetests.xml
178-
coverage.xml
179-
*,cover
180-
.hypothesis/
181-
182-
# Translations
183-
*.mo
184-
*.pot
185-
186-
# Django stuff:
187-
*.log
188-
local_settings.py
189-
190-
# Flask stuff:
191-
instance/
192-
.webassets-cache
193-
194-
# Scrapy stuff:
195-
.scrapy
196-
197-
# Sphinx documentation
198-
docs/_build/
199-
200-
# PyBuilder
201-
target/
202-
203-
# IPython Notebook
204-
.ipynb_checkpoints
205-
206-
# pyenv
207-
.python-version
208-
209-
# celery beat schedule file
210-
celerybeat-schedule
211-
212-
# dotenv
213-
.env
214-
215-
# virtualenv
216-
venv/
217-
ENV/
218-
.venv*/
219-
220-
# Spyder project settings
221-
.spyderproject
222-
223-
# Rope project settings
224-
.ropeproject
225-
226-
# vscode
227-
.vscode/
228-
.pytest_cache/
229-
IM2Deep.code-workspace
230-
231-
# Testing purposes
232-
test_data/
233-
>>>>>>> c874758 (use_single_model argument extra information)
234-
=======
235-
# Testing purposes
236-
test_data/
237-
238-
# Testing purposes
239-
test_data/
240-
>>>>>>> 385d700 (checkout dev)

0 commit comments

Comments
 (0)