Raiff1982's picture
Create .gitignore
5513211 verified
raw
history blame contribute delete
375 Bytes
# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so
# Virtualenv
.venv/
env/
venv/
pip-wheel-metadata/
# Hugging Face tokens / secrets
*.env
*.secret
.token*
# Model artifacts
*.pt
*.bin
*.ckpt
*.onnx
*.safetensors
# Logs & outputs
*.log
*.tmp
*.bak
.DS_Store
*.png
# Jupyter/colab
.ipynb_checkpoints
# Build
build/
dist/
*.egg-info
# VS Code / IDE
.vscode/
.idea/
*.swp