31 lines
370 B
Text
31 lines
370 B
Text
/target
|
|
firmware/*/target
|
|
*.db
|
|
*.db-journal
|
|
.DS_Store
|
|
._*
|
|
.wt-pr37/
|
|
__pycache__/
|
|
*.pyc
|
|
docker-compose.override.yml
|
|
|
|
# Environment files (may contain secrets)
|
|
.env
|
|
|
|
# Python virtual environments
|
|
|
|
.venv/
|
|
venv/
|
|
|
|
# ESP32 build cache (esp-idf-sys managed)
|
|
|
|
.embuild/
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Secret keys and credentials
|
|
.secret_key
|
|
*.key
|
|
*.pem
|
|
credentials.json
|
|
.worktrees/
|