This website requires JavaScript.
Explore
Register
Sign In
public
/
cookiecutter-data-science
Watch
1
Star
0
Fork
You've already forked cookiecutter-data-science
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
e395cbf4f5
cookiecutter-data-science
/
.gitignore
9 lines
91 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Initial docs commit
2016-04-23 09:19:28 -07:00
docs/site/
Detect conda and support conda envs; tweaks for vanilla virtualenv (#51) * OSX Junk in gitignore * Support conda envs by default * Make it run on vanilla Ubuntu
2016-10-16 07:01:37 -07:00
# OSX Junk
.DS_Store
Add optional argument for using AWS credentials profile. Update docs. Update tests. No need to include __pycache__ directory. Update .gitignore to ignore test cache output.
2017-05-26 06:42:25 -07:00
# test cache
.cache/*
tests/__pycache__/*
Expand Setup Tests (#131) * change tests to use class scope and test user inputs * name was backwards * name was backwards * compat for mac and linux
2018-07-28 07:31:14 -07:00
*.pytest_cache/