Skip to content

Commit 6a3a264

Browse files
committed
Update .gitignore
1 parent 134b95b commit 6a3a264

File tree

1 file changed

+11
-54
lines changed

1 file changed

+11
-54
lines changed

.gitignore

+11-54
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
1+
# Data files and directories common in repo root
2+
datasets/
3+
logs/
4+
*.h5
5+
results/
6+
temp/
7+
test/
8+
19
# Byte-compiled / optimized / DLL files
210
__pycache__/
311
*.py[cod]
412
*$py.class
513

6-
# C extensions
7-
*.so
8-
914
# Distribution / packaging
1015
.Python
1116
env/
@@ -25,77 +30,29 @@ wheels/
2530
.installed.cfg
2631
*.egg
2732

28-
# PyInstaller
29-
# Usually these files are written by a python script from a template
30-
# before PyInstaller builds the exe, so as to inject date/other infos into it.
31-
*.manifest
32-
*.spec
33-
3433
# Installer logs
3534
pip-log.txt
3635
pip-delete-this-directory.txt
3736

38-
# Unit test / coverage reports
39-
htmlcov/
40-
.tox/
41-
.coverage
42-
.coverage.*
43-
.cache
44-
nosetests.xml
45-
coverage.xml
46-
*.cover
47-
.hypothesis/
48-
49-
# Temporary folders
50-
results/
51-
52-
# Translations
53-
*.mo
54-
*.pot
37+
# VS Studio Code
38+
.vscode
5539

5640
# PyCharm
5741
.idea/
42+
5843
# Dropbox
5944
.dropbox.attr
6045

61-
# Scrapy stuff:
62-
.scrapy
63-
64-
# Sphinx documentation
65-
docs/_build/
66-
67-
# PyBuilder
68-
target/
69-
7046
# Jupyter Notebook
7147
.ipynb_checkpoints
7248

7349
# pyenv
7450
.python-version
7551

76-
# celery beat schedule file
77-
celerybeat-schedule
78-
79-
# SageMath parsed files
80-
*.sage.py
81-
8252
# dotenv
8353
.env
8454

8555
# virtualenv
8656
.venv
8757
venv/
8858
ENV/
89-
90-
# Spyder project settings
91-
.spyderproject
92-
.spyproject
93-
94-
# Rope project settings
95-
.ropeproject
96-
97-
# mkdocs documentation
98-
/site
99-
100-
# mypy
101-
.mypy_cache/

0 commit comments

Comments
 (0)