Skip to content

Commit

Permalink
updated gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
maxjcohen committed Jan 20, 2018
1 parent 37678a1 commit cdddfcb
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
.idea
__pycache__
# Weights
*.h5
*.sh
*.hdf5

# Logs
tensorboard-logs
*.csv

# Results
result/*
!result/*.png
!result/*.png

# Cache
__pycache__
.ipynb_checkpoints


.idea
*.sh

0 comments on commit cdddfcb

Please sign in to comment.