Skip to content

Commit

Permalink
fix: remove unneeded gitignore entries for python
Browse files Browse the repository at this point in the history
pyc and pyo files have no relevance for this repository,
so they can be removed from the gitignore file.

Changelog: Title
Ticket: None

Signed-off-by: Josef Holzmayr <[email protected]>
  • Loading branch information
TheYoctoJester committed Jul 27, 2023
1 parent 0fe8e1c commit 890fd73
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
*.pyc
*.pyo
*~

0 comments on commit 890fd73

Please sign in to comment.