chore: fix .gitignore — exclude .pio build artifacts and __pycache__, track public/build
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
+6
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user