working example with fixed flake

This commit is contained in:
Filipriec
2025-09-29 18:07:53 +02:00
parent d1ec1fd689
commit 1f7d35a6d3
10 changed files with 1747 additions and 12 deletions

49
.gitignore vendored Normal file
View File

@@ -0,0 +1,49 @@
# === Rust / Cargo ===
/target/
/**/target/
/**/*.rlib
**/*.d
**/*.rlib
**/*.rmeta
# === Nix / Flakes ===
result
.nix-result
.nix-gcRoots
.direnv
.envrc
.nix-hidden
# === Editor / IDE ===
# VSCode
.vscode/
# IntelliJ / CLion / RustRover
.idea/
*.iml
# Emacs
*~
.#*
# Vim
*.swp
*.swo
# === Logs and Dumps ===
*.log
*.out
*.err
# === OS Junk ===
.DS_Store
Thumbs.db
# === ESP build junk ===
esp-idf/
.espressif/
*.elf
*.bin
*.uf2
*.app
*.map
flake.lock