Skip to content

Commit 854fc0d

Browse files
committed
before thesis chapter
1 parent 6ea0be4 commit 854fc0d

31 files changed

+17339
-0
lines changed

.gitignore

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
11
*.atf
22
*.zip
33
*.asv
4+
5+
# folders
6+
*test*
7+
testExamples
8+
testScripts
9+
.vscode
10+
__pycache__
11+
.ipynb_checkpoints
12+
venv-ephys
13+
*Raw*
14+
*raw*
15+
*notebooks*
16+
17+
# files
18+
*temp*.*
19+
*copy*.*
20+
*test*.*
21+
*raw*.*
22+
*.h5
23+
*.xlsx
24+
*.csv
25+
*.cpython*
26+
*.html
27+
labnotes*
28+
untitled*
29+
*notebook*.ipynb

0 commit comments

Comments
 (0)