syntax:glob
.svn
*.pyc
*.pyo
*.so
*.o
*.DS_Store
*.tmproj
*.rej
*.orig
*.wpr
*.pdf
_build/*
build
*htmlcov*
*.idea
draw_results
*.coverage*
*egg-info*
*.wpu
.cache*
*taskpaper
*.ipynb_checkpoints*
*.sublime*
*.patch
*.pytest_cache
*.tox
*.nox
*.vscode
*.code-workspace
coverage.xml
__pycache__
junit-*.xml
doc/draw*
dist/*
working/*
.ruff_cache/*
jats/*
.venv/*
.mypy_cache/*
paper/*
site/*

# rust dev patterns
# Generated by Cargo
target/*
# Remove Cargo.lock from gitignore if creating an executable (binary)
# Leave it if you're creating a library
Cargo.lock

# Backup files generated by rustfmt
**/*.rs.bk
