first commit

This commit is contained in:
robojerk 2025-09-09 18:11:55 -07:00
commit f8dbd22c4f
5 changed files with 1921 additions and 0 deletions

52
.gitignore vendored Normal file
View file

@ -0,0 +1,52 @@
# Rust
/target/
**/*.rs.bk
Cargo.lock
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Build artifacts
*.deb
*.rpm
*.tar.gz
*.zip
# Test outputs
test-*.img
test-*.qcow2
test-*.vmdk
test-*.iso
test-*.ami
# Temporary files
*.tmp
*.temp
/tmp/
# Logs
*.log
logs/
# CI/CD
artifacts/
CI_SUMMARY.md
STATUS_REPORT.md
ARTIFACTS_README.md
# Docker
Dockerfile.local
docker-compose.override.yml
# Local development
.env
.env.local
config.local.toml