https://github.com/NeuralEnsemble/libNeuroML
Raw File
Tip revision: 4c5ffef945bae373d8c598f4138df8f03d96bd3e authored by Ankur Sinha (Ankur Sinha Gmail) on 05 March 2024, 14:41:06 UTC
chore(readme): sync to development
Tip revision: 4c5ffef
.gitignore
/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
back to top