# Private datasets, training runs, checkpoints, and generated model bundles
DATASET/
checkpoints/
run/
run_*/
debugs/
outputs/
tests/codec_rvq_output/
hub-bundle/
*-bundle/

# Model weights, exports, generated media, and compiled arrays
*.pt
*.pth
*.ckpt
*.safetensors
*.onnx
*.gguf
*.wav
*.flac
*.mp3
*.ogg
*.npy
*.npz
*.jsonl
*.model
*.vocab
*.bin
*.tar.gz
*.zip

# Python build and test artifacts
__pycache__/
*.pyc
*.egg-info/
.eggs/
build/
dist/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
coverage.xml
htmlcov/

# Virtual environments, caches, and local configuration
.venv/
venv/
env/
.env
.env.*
!.env.example
.cache/
.huggingface/
wandb/
lightning_logs/
configs/local.yaml
configs/*.local.yaml
*.log

# Private keys and common credential files
*.pem
*.key
*.p12
credentials.json
secrets.json
*.token

# Editor and operating-system files
.vscode/
.idea/
.DS_Store

# Local scratch scripts with machine-specific model/data paths
scripts/test_api.py
