mirror of
https://github.com/aloshdenny/reverse-SynthID.git
synced 2026-04-30 10:37:49 +02:00
35 lines
297 B
Plaintext
35 lines
297 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
|
|
|
|
# Temporary
|
|
*.tmp
|
|
*.log
|
|
_temp_*
|
|
_output_*
|
|
push_randomly.sh
|
|
synthid_bypass.py.final
|