mirror of
https://github.com/wassname/cookiecutter-data-science.git
synced 2026-07-23 12:50:05 +08:00
14 lines
166 B
Plaintext
14 lines
166 B
Plaintext
docs/site/
|
|
|
|
# OSX Junk
|
|
.DS_Store
|
|
|
|
# test cache
|
|
.cache/*
|
|
tests/__pycache__/*
|
|
*.pytest_cache/
|
|
*.pyc
|
|
|
|
# other local dev info
|
|
.vscode/
|
|
cookiecutter_data_science.egg-info/ |