File tree 1 file changed +11
-54
lines changed
1 file changed +11
-54
lines changed Original file line number Diff line number Diff line change
1
+ # Data files and directories common in repo root
2
+ datasets /
3
+ logs /
4
+ * .h5
5
+ results /
6
+ temp /
7
+ test /
8
+
1
9
# Byte-compiled / optimized / DLL files
2
10
__pycache__ /
3
11
* .py [cod ]
4
12
* $py.class
5
13
6
- # C extensions
7
- * .so
8
-
9
14
# Distribution / packaging
10
15
.Python
11
16
env /
@@ -25,77 +30,29 @@ wheels/
25
30
.installed.cfg
26
31
* .egg
27
32
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
-
34
33
# Installer logs
35
34
pip-log.txt
36
35
pip-delete-this-directory.txt
37
36
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
55
39
56
40
# PyCharm
57
41
.idea /
42
+
58
43
# Dropbox
59
44
.dropbox.attr
60
45
61
- # Scrapy stuff:
62
- .scrapy
63
-
64
- # Sphinx documentation
65
- docs /_build /
66
-
67
- # PyBuilder
68
- target /
69
-
70
46
# Jupyter Notebook
71
47
.ipynb_checkpoints
72
48
73
49
# pyenv
74
50
.python-version
75
51
76
- # celery beat schedule file
77
- celerybeat-schedule
78
-
79
- # SageMath parsed files
80
- * .sage.py
81
-
82
52
# dotenv
83
53
.env
84
54
85
55
# virtualenv
86
56
.venv
87
57
venv /
88
58
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 /
You can’t perform that action at this time.
0 commit comments