-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy path.gitignore
More file actions
58 lines (50 loc) · 829 Bytes
/
.gitignore
File metadata and controls
58 lines (50 loc) · 829 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
49
50
51
52
53
54
55
56
57
58
/neuroml/nml/regenit.sh
/neuroml/nml/generatedsuper.py2
/test3.sh
/test2.sh
/neuroml/nml/nml.py.bak
/neuroml/test/tmpfile
# All the python compiled
*.pyc
*.py~
*.*~
*.*#
*~
*.csv
.project
.pydevproject
.idea
*.egg-info
MANIFEST
dist/*
build
#Sphinx built website.
doc/_build
#Padraig ignores..
ideas/padraig/generatedFromV2Schema/build
ideas/padraig/generatedFromV2Schema/*.xml
ideas/padraig/hdf5tests/*.hdf
#hhExample ignores
hhExample/*.xml
hhExample/*.dat
neuroml/examples/*.xml
neuroml/examples/tmp/*.xml
neuroml/examples/tmp/*.nml
neuroml/test/*.h5
*tmp*
*#*
/neuroml/nml/generateds_config2.py
/release
/private/cache
/nb-configuration.xml
/neuroml/examples/report.txt
/neuroml/examples/test_files/report.txt
/tests.log
/notebooks/.ipynb_checkpoints
/mongoo
.venv
/data
.mypy_cache/
sed-script.txt
/test.sh
/*ken.sh