-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
49 lines (43 loc) · 930 Bytes
/
.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
.idea
.DS_store
NeuroML2/*mod
NeuroML2/*nrn.py
NeuroML2/*dat
NeuroML2/*gv*
NeuroML2/x86_64
NeuroML2/LEMS_SimMejiasFig2.xml
NeuroML2/MejiasFig2.net.nml
NeuroML2/Neuron_2015_Table.csv
NeuroML2/report.*.txt
Python/*pckl
Python/*pyc
Python/debug_neuroML
Python/intralaminar
Python/interlaminar
NeuroML2/LEMS_SimExample.xml
NeuroML2/LEMS_SimMejiasNetwork.xml
NeuroML2/MejiasNetwork.net.nml
NeuroML2/TestNetwork.net.nml
NeuroML2/*.png
/Python/__pycache__
/Python/debug
/Python/*/*.pckl
/NeuroML2/LEMS_SimInterlaminar_0.xml
/NeuroML2/LEMS_SimIntralaminar_0.xml
# Ignore figures inside the Matlab folder
Matlab/*.png
/NeuroML2/*.svg
/NeuroML2/subgraphData30.mat
/NeuroML2/clean.sh
/NeuroML2/*.pov
/NeuroML2/*.ini
/NeuroML2/LEMS_SimInterareal_0.xml
/NeuroML2/LEMS_SimInterareal_3_0.xml
/NeuroML2/*.pov-state
/tests.log
/NeuroML2/main.py
/NeuroML2/results
/NeuroML2/temp
/NeuroML2/SimMejiasFig2_0.json
/NeuroML2/MejiasFig2.json
arm64