mirror of
https://github.com/aloshdenny/reverse-SynthID.git
synced 2026-04-30 10:37:49 +02:00
34 lines
283 B
Plaintext
34 lines
283 B
Plaintext
# 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
|