# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# ignore input/output files by default
*.csv
*.e
*.exo
*.g
*.inp
*.mesh
*.npy
*.spn
*.stl
*.vtk

# ignore build binaries
*.so

# ignore macOS database files
.DS_Store

# ignore virtual environment
.venv/

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

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock

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

# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb

**.jou
**.whl
*.vscode
**__pycache__
**.pytest_cache
book/build/
benches/block/
benches/compare/
cobertura.xml
