Skip to content

Commit

Permalink
ignore __pycache__ instead of *.pyc
Browse files Browse the repository at this point in the history
  • Loading branch information
bbolli committed May 13, 2023
1 parent 73a408a commit 67dc2ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
.*.sw?
*.pyc
__pycache__/
env/

0 comments on commit 67dc2ac

Please sign in to comment.