Files
reverse-SynthID/.gitignore
T
2025-12-15 22:11:23 +05:30

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