# Generated by Cargo
# will have compiled files and executables
**/target/

# See https://blog.rust-lang.org/2023/08/29/committing-lockfiles.html
# Cargo.lock

# These are backup files generated by rustfmt
**/*.rs.bk

# vscode
.vscode/

# Python, notebook
**/py_egobox/
**/.ipynb_checkpoints/
**/*.pyd
**/__pycache__

# Project
**/*.json
**/.bin
*.npy
input.txt
output.txt
mopta08.exe
mopta08_elf64.bin
**/.checkpoints

# JOSS
joss/paper.jats
joss/paper.pdf

