forked from fwillett/speechBCI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
48 lines (37 loc) · 636 Bytes
/
.gitignore
File metadata and controls
48 lines (37 loc) · 636 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
44
45
46
47
48
__pycache__/
.ipynb_checkpoints/
Simulink/xPC/bin/*
!Simulink/xPC/bin/*.dlm
!Simulink/xPC/bin/neuralProcess_Complete_bld.mldatx
!Simulink/xPC/bin/xNeuralSim_603.mldatx
!Simulink/xPC/bin/xNeuralSim_603_256ch.mldatx
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Visual Studio Code files
.vscode
.vs
# PyCharm files
.idea
# Eclipse Project settings
*.*project
.settings
# Sublime Text settings
*.sublime-workspace
*.sublime-project
# Editor temporaries
*.swn
*.swo
*.swp
*.swm
*.asv
*~
# IPython notebook checkpoints
.ipynb_checkpoints
# macOS dir files
.DS_Store
**/build
Archive/*
# Matlab
*.asv