Initial commit

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
Eduard Tolosa 2026-05-25 03:02:34 -05:00
commit 350d647953
27 changed files with 6694 additions and 0 deletions

17
.gitignore vendored Normal file
View file

@ -0,0 +1,17 @@
# Rust build artifacts
strata-daemon/target/
# Bundled binary (no longer shipped - daemon must be installed separately)
strata@edu4rdshl.dev/bin/
# Screenshots / scratch images
*.png
# External reference code (not part of this project)
external_sources/
# Editor / OS
.vscode/
.idea/
.DS_Store
**/gschemas.compiled