codebook analysis

This commit is contained in:
Alosh Denny
2025-12-15 22:11:23 +05:30
commit 01d2b45dd4
25 changed files with 2533 additions and 0 deletions
+33
View File
@@ -0,0 +1,33 @@
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv/
.venv/
*.egg-info/
dist/
build/
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Project specific
*.npy
*.pkl
!artifacts/codebook/*.pkl
# Data (too large for git)
data/pure_white/
# Temporary
*.tmp
*.log