syntax: glob
# do not keep build directory created by foray under version control
mendeleev.egg-info/**
mendeleev/__pycache__/**
docs/ipynb/.ipynb_checkpoints/**
ipynb/.ipynb_checkpoints/**
notebooks/.ipynb_checkpoints/**
docs/build/**
docs/source/_reference/**
dist/**
build/**
.cache/**
.pytest_cache/**
*.x
*.a
*.so
*.pyc
# ingnore vim .swp files
.*.swp
# ignore the .mod files
*.mod
# ignore the latex byproduct files
*.aux
*.log
*.bbl
*.blg
*.fls
*.idx
*.ilg
*.ind
*.out
*.fdb_latexmk
.DS_Store
mendeleev.sublime-workspace
mendeleev.sublime-project
