chore: fix .gitignore — exclude .pio build artifacts and __pycache__, track public/build
CI / test (push) Has been cancelled

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-04 16:59:28 -04:00
parent 6bce4822e7
commit fe416f223e
107 changed files with 6 additions and 81696 deletions
+6 -2
View File
@@ -14,6 +14,7 @@
###< phpunit/phpunit ###
# PlatformIO build artifacts
.pio/
firmware/.pio/
# User-uploaded image storage
@@ -25,6 +26,9 @@ storage/images/
.vscode/
*.swp
# Frontend build
/public/build/
# Frontend
/frontend/node_modules/
# Python
**/__pycache__/
*.pyc