Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmazzola committed Mar 3, 2024
1 parent 3350606 commit 71bbf03
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,16 @@ data/images/

checkpoints/*.pt

*.egg-info
*.zip
*.idea
*.vscode
*.DS_Store
*.ipynb_checkpoints
*.pyc
*__pycache__

# Secret Environment Variables
.env*

# Output
_results

0 comments on commit 71bbf03

Please sign in to comment.