init: Prove the concept of reproducible builds

This commit is contained in:
Matthew Binning 2025-12-12 14:34:46 -08:00
commit b957af3edb
No known key found for this signature in database
9 changed files with 2075 additions and 0 deletions

19
.gitignore vendored Normal file
View file

@ -0,0 +1,19 @@
# Rust
target/
**/*.rs.bk
*.pdb
# Nix
result
result-*
.direnv/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# Build outputs
build-output/