Initial import

This commit is contained in:
Vincent Bourdon
2026-06-09 16:14:55 +02:00
commit 9af114e391
87 changed files with 20848 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
# --- Rust / Cargo build artifacts ---
/target/
**/*.rs.bk
*.pdb
# Criterion benchmark output
/criterion/
# --- AI / agent working directories ---
/.omc/
/work/
.claude/
*.session
# --- Cross-validation (Python) ---
__pycache__/
*.py[cod]
.venv/
venv/
# --- Editor / OS ---
.DS_Store
*.swp
.idea/
.vscode/