Skip to content

Commit

Permalink
Modify .gitignore to include .pyc files.
Browse files Browse the repository at this point in the history
  • Loading branch information
jackieblaum committed Aug 28, 2024
1 parent d103429 commit 7eb0a76
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
Expand Up @@ -3,6 +3,7 @@ __pycache__/
*.py[cod]
*$py.class
*.so
*.pyc

# Virtual environments
env/
Expand Down

0 comments on commit 7eb0a76

Please sign in to comment.