mirror of
https://github.com/wassname/cookiecutter-data-science.git
synced 2026-08-12 12:00:10 +08:00
Update docs. Update tests. No need to include __pycache__ directory. Update .gitignore to ignore test cache output.
9 lines
76 B
Plaintext
9 lines
76 B
Plaintext
docs/site/
|
|
|
|
# OSX Junk
|
|
.DS_Store
|
|
|
|
# test cache
|
|
.cache/*
|
|
tests/__pycache__/*
|