pyopenbook/.gitignore

30 lines
262 B
Plaintext

# notebook checkpoints
.ipynb_checkpoints
# python cache files
*__pycache__*
.pytest_cache
# log files
log/*
*.log
# vim temp files
.~
*.swp
*.swo
# other temps files
.DS_Store
.tmp/*
# sphinx stuff
_build
make.bat
# dist stuff
build
dist
*.egg
*.egg-info