]> git.sesse.net Git - voxel-flow/blob - .gitignore
Initial commit
[voxel-flow] / .gitignore
1 # Python
2 ##########
3 *.pyc
4 *.png
5 *ckpt*
6 events*
7
8 # Mac
9 ##########
10 .DS_Store
11
12 # Checkpoints and Results
13 ./voxel_flow_checkpoints
14 ./voxel_flow_train_image
15 ./voxel_flow_test_image
16
17 # Temp Files
18 *~
19