Initial commit: manifoldbt public repo

Python DSL, examples, docs, benchmarks, and tests.
Rust engine distributed as pre-compiled wheel via PyPI.
This commit is contained in:
Jimmy7892
2026-03-17 16:15:40 +01:00
commit 67ab17280b
51 changed files with 10227 additions and 0 deletions
+32
View File
@@ -0,0 +1,32 @@
# Python
__pycache__/
*.pyc
*.pyo
*.pyd
*.so
*.egg-info/
dist/
build/
.venv/
*.whl
# Compiled Rust artifacts
*.pdb
target/
# Data (not distributed)
data/
output/
# IDE
.vscode/
.idea/
# OS
.DS_Store
Thumbs.db
# Secrets
*.key
.env
.env.*