Skip to content

Commit

Permalink
add __pycache__ to .gitignore and alphabetize it
Browse files Browse the repository at this point in the history
  • Loading branch information
kedhammar committed May 31, 2024
1 parent 4eefaad commit 64263e0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
*.egg-info
*.pyc
*~
*.egg-info
.*_cache
.DS_Store
.benchmarks
.*_cache
node_modules
.vscode
__pycache__
build
node_modules

0 comments on commit 64263e0

Please sign in to comment.