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.
107
Commits
1
Branch
0
Tags
299 KiB
Tree:
bd1a0de877
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'bd1a0de877'
${ noResults }
my-datascience-cookiecutter
/
.gitignore
9 lines
76 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__/*