initial project structure

This commit is contained in:
Adir Shitrit
2025-11-07 18:01:19 +02:00
commit 55a8a90ce9
3 changed files with 94 additions and 0 deletions

31
.gitignore vendored Normal file
View File

@@ -0,0 +1,31 @@
# Rust
target/
**/*.rs.bk
*.pdb
Cargo.lock
# OS
.DS_Store
Thumbs.db
# IDE
.vscode/
.idea/
*.swp
*.swo
# Build artifacts
*.exe
*.dll
*.so
*.dylib
*.sys
# Test outputs
/test-results/
/bench/results/
*.log
# Local config
.env
config.local.toml