-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
70 lines (58 loc) · 1.07 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
## MATLAB
*.asv
*.m~
*.mldatx
## LaTeX
*.aux
*.fls
*.toc
*.synctex.gz
*.fdb_latexmk
*.log
*.out
## Environments
*.DS_Store
*.vscode
*.vs
## Logging specific to individual users
logs/
## Development folders
dev/
deprecated/
.ipynb_checkpoints/
# Documentation (work in progress)
docs/doxygen/
Doxyfile.txt
## Testing folders and files
test/coverage_report/
test/single_report/
test/schemas/
test/test.h5
test/CommonApiTest.h5
test/ExperimentTest.h5
test/ToyExperiment.h5
test/EntityRenameTest.h5
test/EntityDeletionTest.h5
test/FileReaderTest.h5
test/HdfTest.h5
test/SmallExperiment.h5
test/SmallExperiment2.h5
test/ShellExperiment.h5
test/Test.json
test/TestDevice.json
test/ToyExperiment.mat
test/DeviceSubclass.m
test/MyDevice.m
test/BaseCoverage.xlsx
test/~$BaseCoverage.xlsx
test/PackageCoverage.txt
## Tutorial files
tutorials/Tutorial_JustTheExperiment.h5
tutorials/Tutorial_WithSystem.h5
tutorials/+templates/
tutorials/AODataWalkthrough.docx
tutorials/Development.mlx
docs/BestPractices.md
docs/CoreClassDiagram.pdf
src/+aod/+core/DevelopmentNotes.md
docs/EntityTypes.json