Skip to content

Commit

Permalink
Update .gitignore to ignore __pycache__ folders
Browse files Browse the repository at this point in the history
  • Loading branch information
candleindark committed Sep 12, 2024
1 parent f8e1491 commit 8bab6d1
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 +1,4 @@
.idea/

# === Python ===
__pycache__/

0 comments on commit 8bab6d1

Please sign in to comment.