Skip to content

Commit

Permalink
Adds pycache and DS_Store to gitignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
fng97 committed Feb 16, 2023
1 parent 6b618ed commit 547e8ab
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,9 @@

# Private files
credentials.py

# Python
__pycache__

# Mac
.DS_Store

0 comments on commit 547e8ab

Please sign in to comment.