Files
pi-pm3/.gitignore
michael 4f35df1781 Initial commit - Phase 3/4
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-06 13:46:22 -08:00

61 lines
644 B
Plaintext

*.img
*.img.gz
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
ENV/
*.egg-info/
# Environment
.env
.venv
# IDEs
.vscode/
.idea/
*.swp
# Database
data/*.db
data/*.db-shm
data/*.db-wal
data/backups/
# Logs
logs/
*.log
# Frontend
app/frontend/node_modules/
app/frontend/build/
app/frontend/.cache/
# All node_modules (including in pi-gen staging)
**/node_modules/
# WiFi credentials (never commit these)
wifi_credentials.txt
wifi_credentials.json
**/wifi_credentials*
secrets/
.secrets/
# Coverage and test artifacts
.coverage
coverage.xml
htmlcov/
# Build artifacts
*.img
*.img.xz
# Temp and cache
.pm3-test/
=0.2.5