Skip to content

Commit

Permalink
🥇 initial upload (git ignore)
Browse files Browse the repository at this point in the history
  • Loading branch information
Leolty committed Dec 19, 2023
1 parent 6d87269 commit fb17454
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# basic .gitignore for python projects
*__pycache__*
.git

# input and output directories
/data
/output

# model checkpoints
/cache

# log files
*.log
*.out


0 comments on commit fb17454

Please sign in to comment.