chore: Add Python cache files to .gitignore and remove from repo
Co-authored-by: mindesbunister <32161838+mindesbunister@users.noreply.github.com>
This commit is contained in:
7
.gitignore
vendored
7
.gitignore
vendored
@@ -42,3 +42,10 @@ dist/
|
||||
|
||||
# Coverage reports
|
||||
coverage/
|
||||
|
||||
# Python cache
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
.Python
|
||||
|
||||
Reference in New Issue
Block a user