This website works better with JavaScript.
Explore
Help
Register
Sign In
gabriel
/
my-datascience-cookiecutter
Watch
1
Star
0
Fork
You've already forked my-datascience-cookiecutter
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
149
Commits
1
Branch
0
Tags
299 KiB
Tree:
19fe61b656
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '19fe61b656'
${ noResults }
my-datascience-cookiecutter
/
.gitignore
9 lines
91 B
Raw
Normal View
History
Unescape
Escape
Initial docs commit
9 years ago
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
8 years ago
# 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.
8 years ago
# 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
6 years ago
*.pytest_cache/