Skip to content

Commit

Permalink
add gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhuppmann committed Oct 15, 2018
1 parent 74c344b commit e9c545e
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# data and output directories
data/*
assessment/output/*

# Apple file system
.DS_STORE

# figures
*.png
*.eps
*.pdf

# ipython notebook checkpoints
*-checkpoint.ipynb

# data files
*~
~*
*csv
*xlsx
*.yaml

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

0 comments on commit e9c545e

Please sign in to comment.