Skip to content

Commit

Permalink
Ignore the Python venv folder to fix the dirty workspace check on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ringods committed Oct 28, 2024
1 parent 4176ec3 commit 483ab36
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,8 @@ sdk/java/gradlew.bat
.envrc

go.work*

__pycache__
venv
sdk/python/build
sdk/python/*.egg-info

0 comments on commit 483ab36

Please sign in to comment.