Skip to content

Commit

Permalink
Add __pycache__ to .gitignore
Browse files Browse the repository at this point in the history
This commit adds __pycache__ directory to .gitignore to prevent commit of files that are automatically generated by Python. This is to keep the repository clean from unnecessary files.
  • Loading branch information
zyberzebra committed May 3, 2024
1 parent ed57ea0 commit 902aef1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.idea/
__pycache__/
venv/
__pycache__

0 comments on commit 902aef1

Please sign in to comment.