d1337-cipher-train / .gitignore
Darin Leonhart
Sync all files - fix TrainingArguments
e899bca verified
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
.venv/
# Training outputs
d1337-cipher-output/
*.bin
*.safetensors
*.pt
*.pth
# Logs
*.log
wandb/
runs/
# Cache
.cache/
*.cache
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Secrets
.env
*.env
secrets.yaml