Skip to content

Commit

Permalink
Updated .gitignore to not include py caches
Browse files Browse the repository at this point in the history
  • Loading branch information
SinanAkkoyun committed Sep 30, 2023
1 parent 4ce5b66 commit 46c7dc6
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
@@ -1,2 +1,5 @@
*.egg-info/
build/

*.pyc
__pycache__/

0 comments on commit 46c7dc6

Please sign in to comment.