# We do not version jupyter notebook because it require hooks we are too lazy to make
*.ipynb

# files generated by our scripts
figures/
movies/
analysis_files/
out/

# libraries
__pycache__/
dist/

# temporary files
deleteme_*
tmp_*

# personal files
perso_*
nogit_*
*.zip

# meta files for specific applications
README_Zenodo.md

# intellij
.idea/

# all images and movies
# images
*.jpg
*.png
*.bmp
*.svg
# movies
*.mp4
*.mov
*.gcv

# all sort of tables
*.ods
*.xls
*.xlsx
*.csv
