chore(gitignore): ignore python cache artifacts
This commit is contained in:
parent
6528613c8d
commit
bc3b6c6aee
1 changed files with 2 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -5,3 +5,5 @@ firmware/*/target
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.wt-pr37/
|
.wt-pr37/
|
||||||
.env
|
.env
|
||||||
|
__pycache__/
|
||||||
|
*.pyc
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue