@@ -4,6 +4,11 @@ __pycache__/
4
4
# Made files
5
5
.vscode
6
6
.idea
7
+ .env
8
+
9
+ /zips /
10
+ .ipynb_checkpoints
11
+ .conda
7
12
8
13
# data
9
14
/Image_based /data /forcindy /CalculatedData /
@@ -13,4 +18,174 @@ data/RWCheck.txt
13
18
* .xml
14
19
* .iml
15
20
21
+ # Byte-compiled / optimized / DLL files
22
+ __pycache__ /
23
+ * .py [cod ]
24
+ * $py.class
25
+ * .DS_Store
26
+
27
+ # C extensions
28
+ * .so
29
+
30
+ # Distribution / packaging
31
+ .Python
32
+ build /
33
+ develop-eggs /
34
+ dist /
35
+ downloads /
36
+ eggs /
37
+ .eggs /
38
+ lib /
39
+ lib64 /
40
+ parts /
41
+ sdist /
42
+ var /
43
+ wheels /
44
+ pip-wheel-metadata /
45
+ share /python-wheels /
46
+ * .egg-info /
47
+ .installed.cfg
48
+ * .egg
49
+ MANIFEST
50
+
51
+ # PyInstaller
52
+ # Usually these files are written by a python script from a template
53
+ # before PyInstaller builds the exe, so as to inject date/other infos into it.
54
+ * .manifest
55
+ * .spec
56
+
57
+ pip-log.txt
58
+ pip-delete-this-directory.txt
59
+
60
+ # Unit test / coverage reports
61
+ htmlcov /
62
+ .tox /
63
+ .nox /
64
+ .coverage
65
+ .cache
66
+ nosetests.xml
67
+ coverage.xml
68
+ * .cover
69
+ * .py,cover
70
+ .hypothesis /
71
+ .pytest_cache /
72
+
73
+ # Translations
74
+ * .mo
75
+ * .pot
76
+
77
+ # Django stuff:
78
+ * .log
79
+ local_settings.py
80
+ db.sqlite3
81
+ db.sqlite3-journal
82
+
83
+ # Flask stuff:
84
+ instance /
85
+ .webassets-cache
86
+
87
+ # Scrapy stuff:
88
+ .scrapy
89
+
90
+ # Sphinx documentation
91
+ docs /_build /
92
+
93
+ # PyBuilder
94
+ target /
95
+
96
+ # Jupyter Notebook
97
+ .ipynb_checkpoints
98
+
99
+ # IPython
100
+ profile_default /
101
+ ipython_config.py
102
+
103
+ # pyenv
104
+ .python-version
105
+
106
+ # pipenv
107
+ # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
108
+ # However, in case of collaboration, if having platform-specific dependencies or dependencies
109
+ # having no cross-platform support, pipenv may install dependencies that don't work, or not
110
+ # install all needed dependencies.
111
+ # Pipfile.lock
112
+
113
+ # PEP 582; used by e.g. github.com/David-OConnor/pyflow
114
+ __pypackages__ /
115
+
116
+ # Celery stuff
117
+ celerybeat-schedule
118
+ celerybeat.pid
119
+
120
+ # SageMath parsed files
121
+ * .sage.py
122
+
123
+ # Environments
124
+ .env
125
+ .venv
126
+ env /
127
+ venv /
128
+ ENV /
129
+ env.bak /
130
+ venv.bak /
131
+
132
+ # Spyder project settings
133
+ .spyderproject
134
+ .spyproject
135
+
136
+ # Rope project settings
137
+ .ropeproject
138
+
139
+ # mkdocs documentation
140
+ /site
141
+
142
+ # mypy
143
+ .mypy_cache /
144
+ .dmypy.json
145
+ dmypy.json
146
+
147
+ .python-version
148
+
149
+ # pipenv
150
+ # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
151
+ # However, in case of collaboration, if having platform-specific dependencies or dependencies
152
+ # having no cross-platform support, pipenv may install dependencies that don't work, or not
153
+ # install all needed dependencies.
154
+ # Pipfile.lock
155
+
156
+ # PEP 582; used by e.g. github.com/David-OConnor/pyflow
157
+ __pypackages__ /
158
+
159
+ # Celery stuff
160
+ celerybeat-schedule
161
+ celerybeat.pid
162
+
163
+ # SageMath parsed files
164
+ * .sage.py
165
+
166
+ # Environments
167
+ .env
168
+ .venv
169
+ env /
170
+ venv /
171
+ ENV /
172
+ env.bak /
173
+ venv.bak /
174
+
175
+ # Spyder project settings
176
+ .spyderproject
177
+ .spyproject
178
+
179
+ # Rope project settings
180
+ .ropeproject
181
+
182
+ # mkdocs documentation
183
+ /site
184
+
185
+ # mypy
186
+ .mypy_cache /
187
+ .dmypy.json
188
+ dmypy.json
16
189
190
+ # Pyre type checker
191
+ .pyre /
0 commit comments