new gitignore

This commit is contained in:
Mikkeli Matlock
2026-01-25 19:47:19 +09:00
parent c500d8f419
commit 22e9cd2c43
2 changed files with 7 additions and 5 deletions

6
.gitignore vendored
View File

@@ -53,3 +53,9 @@ pi_sysroot/
# personal deploy target info # personal deploy target info
scripts/deploy_target.json scripts/deploy_target.json
scripts/smartserow-ui.service scripts/smartserow-ui.service
# script python artifacts
scripts/__pycache__/
scripts/*.pyc
scripts/*.pyo

4
scripts/.gitignore vendored
View File

@@ -1,4 +0,0 @@
# python artifacts
*.pyc
*.pyo
__pycache__/