initial commit phase 3 quant

This commit is contained in:
2026-01-14 12:11:36 -08:00
commit 311dedd02c
6 changed files with 2212 additions and 0 deletions

17
.gitignore vendored Normal file
View File

@@ -0,0 +1,17 @@
*.venv*
# Ignore specific environment files with secrets (.env is tracked with generic values)
.devcontainer/.env
.env*
.copilot/
# Ignore Jupyter Notebook checkpoints
.ipynb_checkpoints/
__marimo__
__pycache__/
data/
docker-volumes/
logs/