Skip to content

Commit

Permalink
build: ignore Python cache
Browse files Browse the repository at this point in the history
This avoids Python cache files appearing in git when building the
projects locally.
  • Loading branch information
lahm86 committed Mar 29, 2024
1 parent d0ae12e commit 63d6e70
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 @@ -10,6 +10,7 @@ TR1X.log
/workflow
/TR1X*.zip
/TR1X*.exe
/tools/shared/__pycache__

# VS garbage
v15/
Expand Down

0 comments on commit 63d6e70

Please sign in to comment.