feat: Initial commit of Clutch-IQ project

This commit is contained in:
xunyulin230420
2026-02-05 23:26:03 +08:00
commit a355239861
66 changed files with 12922 additions and 0 deletions

25
.gitignore vendored Normal file
View File

@@ -0,0 +1,25 @@
__pycache__/
*.py[cod]
.env
.venv/
venv/
.pytest_cache/
.mypy_cache/
.ruff_cache/
*.log
# Local databases (generated / private)
database/**/*.db
# Local demo snapshots (large)
data/processed/
data/demos/
# Local downloads / raw captures
output_arena/
# Jupyter
.ipynb_checkpoints/