Skip to content

Commit

Permalink
chore: gitignore local Python files
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Weber <[email protected]>
  • Loading branch information
ejweber authored and yangchiu committed Aug 22, 2024
1 parent 67e68c8 commit b61e84e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,10 @@ validationTestsJunit.xml
# ignores all goland project folders and files
.idea/
*.iml
*.ipr
*.ipr

# files generated by running Python commands from e2e/README.md locally
e2e/bin
e2e/lib
e2e/lib64
pyvenv.cfg

0 comments on commit b61e84e

Please sign in to comment.