Skip to content

Commit

Permalink
added my template gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
alexland committed Sep 16, 2014
1 parent dbca321 commit d63e910
Showing 1 changed file with 66 additions and 0 deletions.
66 changes: 66 additions & 0 deletions .gitignore
@@ -0,0 +1,66 @@
data/
*.rdb
*.log
*.csv
*.txt
*.dat


/ipython-notebooks/.ipynb_checkpoints/*
*.ipynb_checkpoints/*


# byte-compiled/optimized/dll files
__pycache__/
*.py[cod]

# c extensions
*.so
*.h
*.pyx

# distribution/packaging
.Python
env/
bin/
build/
develop-eggs/
dist/
eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg

# installer logs
pip-log.txt
pip-delete-this-directory.txt

# test output
.tox/
.coverage
.cache
nosetests.xml
coverage.xml

# sphinx
docs/_build/

# file system/OS
*.DS_Store

# images
*.png
*.graffle
*.jpg
*.svg

# R infrastructure files
.Rhistory
*-Ex.R
*.Rproj
.Rproj.user

0 comments on commit d63e910

Please sign in to comment.