-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
239 lines (203 loc) · 4.71 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
# C:\Users\DaveBabbitt\Documents\GitHub\itm-analysis-reporting\.gitignore
# Ignore files that contain harddrive-specific information
# exclude everything except personal directories
/*
!.gitignore
!/builders
!/data
!/explorations
!/ipynb
!/maintenance
!/metrics
!/open_world
!/osu_research
!/presentations
!/ps1
!/py
!/saves
!/sh
!/tests
!/visualizations
!README.md
# Ignore whole folders
**/.git/
data/logs/
saves/rename/
saves/sessions/
data/hem_control_dcems/
saves/notepad_sessions/*.xml
# Ignore big files (GitHub will warn you when pushing files larger than 50 MB. You will not be allowed to
# push files larger than 100 MB.) Tip: If you regularly push large files to GitHub, consider introducing
# Git Large File Storage (Git LFS) as part of your workflow.
data/csv/domain_doc_ners_df.csv
data/pptx/FAITH-MD PI Meeting_Evaluation.pptx
ipynb/Attic.ipynb
saves/csv/anova20240501_df.csv
saves/csv/domain_doc_ners_df.csv
saves/csv/domain_doc_ners_df_old.csv
saves/csv/domain_doc_nlp_words_df.csv
saves/csv/frvrs_logs_df.csv
saves/csv/frvrs_logs_df_new.csv
saves/csv/metrics_evaluation_open_world_df.csv
saves/csv/ow_participant_scenes_df.csv
saves/csv/ow_participants_df.csv
saves/pkl/all_transactions_itemsets_df.pkl
saves/pkl/clean_csvs_df.pkl
saves/pkl/domain_doc_ners_df.pkl
saves/pkl/error_free_subset_df.pkl
saves/pkl/frvrs_logs_df.pkl
saves/pkl/frvrs_logs_df_new.pkl
saves/pkl/metrics_evaluation_open_world_df.pkl
saves/pkl/one_hot_encode_df.pkl
saves/pkl/ow_participants_df.pkl
saves/pkl/patient_history_df.pkl
# Exclude secrets
**/json/*_secrets.json
ipynb/Censor_Audio_Files.ipynb
*secret*
# Exclude time-sensitive small-batch runs
**/*DD 405*
**/*DD ITM 405*
**/*First Responder Master Registry*
**/*itm_405*
**/First_Responder_Master_registry*
**/first_responder_master_registry*
data/xlsx/FirstResponder_InjuryTriage_Categories*.xlsx
data/xlsx/uuid_Master_with_Site_and_Learner_Type*.xlsx
data/xlsx/~$*.xlsx
saves/csv/*correlations_df.csv
saves/csv/*description_df.csv
saves/csv/*json_stats_df.csv
saves/csv/*truncated_anova_df.csv
saves/csv/*truncated_csv_stats_df.csv
saves/csv/*truncated_scene_stats_df.csv
saves/csv/metrics_evaluation_open_world_anova_df*.csv
saves/csv/metrics_evaluation_open_world_csv_stats_df*.csv
saves/csv/metrics_evaluation_open_world_scene_stats_df*.csv
saves/csv/swaps_walk_wave_df*.csv
saves/csv/truncated_anova*_df.csv
saves/png/*correlation_matrix_of_18_analytic_and_kdma_columns.png
saves/svg/*correlation_matrix_of_18_analytic_and_kdma_columns.svg
# Exclude backups
*.bak
*.zip
*_old.pkl
# Exclude Mac, Jupyter, R, and Octave admin files
**/.Rproj.user/
**/.ipynb_checkpoints/
**/__pycache__/
**/octave-workspace
# Exclude Byte-compiled / optimized / DLL files
*$py.class
*.py[cod]
__pycache__/
# Exclude C extensions
*.so
# Exclude Distribution / packaging
*.egg
*.egg-info/
.Python
.eggs/
.installed.cfg
MANIFEST
build/
develop-eggs/
dist/
downloads/
eggs/
env/
lib/
lib64/
parts/
pip-wheel-metadata/
sdist/
share/python-wheels/
var/
wheels/
# Exclude PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec
# Exclude Installer logs
pip-delete-this-directory.txt
pip-log.txt
# Exclude Unit test / coverage reports
*.cover
*.py,cover
.cache
.coverage
.coverage.*
.hypothesis/
.nox/
.pytest_cache/
.tox/
coverage.xml
htmlcov/
nosetests.xml
# Exclude Translations
*.mo
*.pot
# Exclude Django stuff:
*.log
db.sqlite3
db.sqlite3-journal
local_settings.py
# Exclude Flask stuff:
.webassets-cache
instance/
# Exclude Scrapy stuff:
.scrapy
# Exclude Sphinx documentation
docs/_build/
# Exclude PyBuilder
target/
# Exclude Jupyter Notebook checkpoints
.ipynb_checkpoints
# Exclude IPython
ipython_config.py
profile_default/
# Exclude pyenv
.python-version
# Exclude pipenv
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
# However, in case of collaboration, if having platform-specific dependencies or dependencies
# having no cross-platform support, pipenv may install dependencies that don't work, or not
# install all needed dependencies.
#Pipfile.lock
# Exclude PEP 582; used by e.g. github.com/David-OConnor/pyflow
__pypackages__/
# Exclude Celery stuff
celerybeat-schedule
celerybeat.pid
# Exclude SageMath parsed files
*.sage.py
# Exclude Environments
.env
.venv
ENV/
env.bak/
env/
venv.bak/
venv/
# Exclude Spyder project settings
.spyderproject
.spyproject
# Exclude Rope project settings
.ropeproject
# Exclude mkdocs documentation
/site
# Exclude mypy
.dmypy.json
.mypy_cache/
dmypy.json
# Exclude Pyre type checker
.pyre/
# package directories
jspm_packages
node_modules
# Serverless directories
.serverless
package-lock.json
package.json
serverless.yml