
__pycache__/
build/
_build/
install/
reports/
dist/
data/
*.egg-info/

# compilation artefacts
pynest/pynestkernel.cxx
*.la
*.lo
*.so
*.log
*.o
*.pyc

Makefile

build/
install/
examples/example_logs/

/extras/nest-config
/libnestutil/config.h
/librandom/randomtest
/nest/nest
/sli/sli

# cmake artefacts
CMakeCache.txt
CMakeDoxyfile.in
CMakeFiles/
CTestTestfile.cmake
Makefile
cmake_install.cmake
CMakeDoxygenDefaults.cmake

# generated files
doc/fulldoc.conf
doc/normaldoc.conf
extras/nest-config
extras/nest_vars.sh
libnestutil/config.h
nest/static_modules.h
pynest/setup.py

# installation artefacts
install_manifest.txt

# documentation artefacts
doc/help/
doc/auto_examples/
doc/doctrees/
doc/html/
doc/models/
doc/pynestkernel_mock.py

# created when running examples, e.g. by examples/run_examples.py
examples/microcircuit.png
examples/reference_data/
/examples/matplotlib/fontList.json
/examples/matplotlib/tex.cache/

# macOS
.DS_Store

# IDEs / editors / Jupyter
*.kdev4
.ipynb_checkpoints/
TAGS
tags
cscope.out
.vscode/
.idea/
.settings/
.project
.cproject
.pydevproject
