forked from scidash/neuronunit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
76 lines (67 loc) · 815 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
*.py[co]
*.pkl
*.p
*do-not-add*
neuronunit/examples/model_zoo/*.nml
*.hoc
# Packages
*.egg
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
old_examples
# Installer logs
pip-log.txt
# Unit test / coverage reports
.coverage
.tox
#Translations
*.mo
#Mr Developer
.mr.developer.cfg
*.class
*.DS_Store
*sublime*
*~
*scratch.py
*.ipynb_checkpoints
x86_64
temp_data/
*.xcuserstate
neuronunit.xcworkspace/contents.xcworkspacedata
*.xccheckout
.idea/
*.pyproj
hippounit_bak*
scratch.ipynb
docs/*.dat
*.bak
*.dir
*.omt
*.dat
*.db
*.xml
docs/chapter*.py
*#
B95
unit_test/bbp.py
neuronunit/tests/NeuroML2/*.xml*
unit_test/get_tau.py
.eggs
htmlcov
*.mod
*_nrn.py
neuronunit/models/NeuroML2/*.py
neuronunit/unit_test/bbp.py
neuronunit/unit_test/get_tau.py
scratch
GeneratedFiles
docs/tmp/
tmp/