chore: add .gitignore for Rust and esp-idf artifacts

This commit is contained in:
Julien Calixte
2026-05-14 12:32:31 +02:00
parent 08be635659
commit 3b24a288ca

33
.gitignore vendored Normal file
View File

@@ -0,0 +1,33 @@
# Rust / Cargo
/target/
**/target/
Cargo.lock.bak
*.rs.bk
# esp-idf / embedded build artifacts
/build/
**/build/
sdkconfig
sdkconfig.old
sdkconfig.defaults.*.bak
.embuild/
managed_components/
dependencies.lock
# Editor / IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Local config and secrets
.env
.env.local
*.local.toml
config.local.*
# Logs and temp
*.log
*.tmp