Initial commin (phase 1 and 2)

This commit is contained in:
2026-03-19 17:36:18 +01:00
commit 957b814f6f
21 changed files with 15948 additions and 0 deletions
+49
View File
@@ -0,0 +1,49 @@
# MicroHX .gitignore
# Build artifacts
/target/
**/target/
# Cargo lock (optional - uncomment if you want to track it)
# Cargo.lock
# IDE and editor files
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store
# Rust analyzer
.rust-analyzer/
# Test artifacts
*.profraw
*.profdata
coverage/
tarpaulin-report.html
# Documentation
/target/doc/
# Lua config (user-specific)
# ~/.config/microhx/ (not in repo)
# Plugin directories (user-specific)
/plugins/*/target/
# Temporary files
*.tmp
*.bak
# Logs
*.log
logs/
# Benchmark results
/criterion/
# Fuzzing
fuzz/artifacts/
fuzz/corpus/