chore(gitignore): ignore python cache artifacts

This commit is contained in:
Chummy 2026-02-17 14:55:29 +08:00
parent 6528613c8d
commit bc3b6c6aee

2
.gitignore vendored
View file

@ -5,3 +5,5 @@ firmware/*/target
.DS_Store
.wt-pr37/
.env
__pycache__/
*.pyc