Skip to content

Commit 574a95a

Browse files
first commit
0 parents  commit 574a95a

File tree

2,921 files changed

+3123
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,921 files changed

+3123
-0
lines changed

.gitignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
temp
2+
tmp
3+
*tmp
4+
*_tmp
5+
*_temp
6+
7+
.idea/*
8+
*.h5
9+
*.checkpoint
10+
*__pycache__*
11+
*.pyc
12+
*.pyo

README.md

Lines changed: 37 additions & 0 deletions

checkpoints/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Ignore everything in this directory
2+
*
3+
# Except this file
4+
!.gitignore

0 commit comments

Comments
 (0)