mirror of
https://github.com/aloshdenny/reverse-SynthID.git
synced 2026-07-01 21:55:30 +02:00
codebook analysis
This commit is contained in:
+33
@@ -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
|
||||
Reference in New Issue
Block a user