-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
executable file
·43 lines (43 loc) · 910 Bytes
/
.gitignore
File metadata and controls
executable file
·43 lines (43 loc) · 910 Bytes
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
**/__pycache__
**/.cache
**/.ipynb_checkpoints
*.log
**idea/
*.egg-info
/multidex/cache/*
/multidex/exports/*
/multidex/saves/*
/multidex/scratch_app.py
/multidex/scratch_calc.ipynb
/multidex/app.ipynb
/multidex/notes.ipynb
/multidex/ingest_hopper/
/multidex/plotter/toys/*.csv
*BAK
*bak
*.zip
*scratch.py
/multidex/scratch_space/
/multidex/plotter/cruft_holder/
/multidex/plotter/application/assets/browse/mcam/*.jpg
/multidex/plotter/application/assets/browse/zcam/*.jpg
/multidex/plotter/application/assets/browse/ccam/*.jpg
/multidex/plotter/application/assets/browse/scam/*.jpg
/multidex/data/*CAM*.sqlite3
/multidex/data/TEST.sqlite3
/multidex/data/*.csv
/multidex/data/*.txt
*scratch*.ipynb
*scratch.js
*test.json
/multidex/notetaking_attempt_1/
!missing.jpg
*.tar
*.tar.gz
*_db_dump.csv
.coverage
/multidex/ingest/local_settings/
/multidex/data/backup
!/multidex/saves/zcam/default.csv
*.pkl
*DS_Store