Files
reverse-SynthID/.gitignore
T
Alosh Denny 84b6b4c9c2 chore: track artifacts/*.npz with Git LFS, tidy gitignore
Add LFS filter for artifacts/*.npz. Ignore spectral_codebook_v4.npz
from git — the file is uploaded manually via the GitHub UI.

Made-with: Cursor
2026-04-24 02:08:28 +05:30

49 lines
596 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
# Large codebook artifacts — upload manually via HF or GitHub UI
artifacts/spectral_codebook_v4.npz
# Reference images (hosted on HF: https://huggingface.co/datasets/aoxo/reverse-synthid)
gemini_black/
gemini_white/
gemini_random/
gemini_black_nb_pro/
gemini_white_nb_pro/
runs/
# Secrets
.env
# Temporary
*.tmp
*.log
_temp_*
_output_*
push_randomly.sh
synthid_bypass.py.final