Skip to content

Commit

Permalink
[Ops] Add to gitignore: pycache folder and pyc files.
Browse files Browse the repository at this point in the history
  • Loading branch information
gmarciani committed May 12, 2024
1 parent 5f87a16 commit 60af0e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ops/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ build
.ignore
.python-version
*.egg-info
*.pyc
__pycache__

0 comments on commit 60af0e1

Please sign in to comment.