pyopenbook/.gitignore

37 lines
344 B
Plaintext
Raw Normal View History

2023-04-24 20:52:34 -07:00
.idea/
2020-08-29 15:28:12 -07:00
# 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/*
# integration test artifacts
crank.log
tests/crank.log
serum_dex.so
crank
2020-08-29 15:28:12 -07:00
# sphinx stuff
_build
make.bat
# dist stuff
build
dist
*.egg
*.egg-info