Skip to content

Commit

Permalink
chore: adds gitignore to avoid models files and pycache
Browse files Browse the repository at this point in the history
  • Loading branch information
luckyluks committed Oct 6, 2020
1 parent 17055be commit 2e3e044
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# ignore model files temporarly
models/*

# ignore pycache folders
*__pycache__*

0 comments on commit 2e3e044

Please sign in to comment.