Skip to content

Commit

Permalink
Add __pycache__ to gitignore
Browse files Browse the repository at this point in the history
Signed-off-by: Noah Moroze <[email protected]>
  • Loading branch information
nmoroze authored and WRansohoff committed Jun 30, 2022
1 parent 932abe3 commit 76929eb
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
Expand Up @@ -69,3 +69,6 @@ core
core.*

*~

# Python bytecode
__pycache__/

0 comments on commit 76929eb

Please sign in to comment.