init: Rust/Ratatui TUI project scaffold with nix flake

This commit is contained in:
Alexander
2026-05-08 12:31:19 +02:00
commit e68342c93a
7 changed files with 962 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
.direnv/
/result
# Ignore all files without extension
*
!*.*
!*/
# Unignore specific extensionless files
!justfile
# Rust build artifacts
/target/
# TUI example reference (HTML/JSX prototype)
docs/tui-example/