Skip to content

Commit

Permalink
Add gitignore to ignore artifacts generated at runtime
Browse files Browse the repository at this point in the history
This PR adds a git ignore file that removes the artifacts generated at runtime
  • Loading branch information
Jaeyoung-Lim committed Nov 20, 2021
1 parent c8b8dc1 commit 8775294
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
oaisys_tmp/*
*.log
*_pycache_*

0 comments on commit 8775294

Please sign in to comment.