Skip to content
Snippets Groups Projects

Add a gitignore

Merged Gregory Ashton requested to merge add-a-gitignore into master
1 file
+ 16
0
Compare changes
  • Side-by-side
  • Inline
.gitignore 0 → 100644
+ 16
0
 
.coverage
 
build/
 
dist/
 
docs/_*
 
tupak.egg-info/
 
MANIFEST
 
*.pyc
 
*.png
 
*.h5
 
*.h5.old
 
*.txt
 
*.log
 
*.dat
 
*.version
 
*.ipynb_checkpoints
 
outdir/*
 
\ No newline at end of file
Loading