# Generated html
/doc/html

# tempfiles
*~

# Python specific ignores
__pycache__/

# example results
*.sqlite

# MacOS specifics
.DS_Store

# Vim local project settings
.vim

# Jupyter
.ipynb_checkpoints

# setuptools output
/build/
/dist/
/jupedsim.egg-info/
/docs/build

# clangd cache
/.cache/

# compile_commands
/compile_commands.json
