x402Hyper_Layer / .gitignore
X402hyperlayer's picture
Create .gitignore
a85f42e verified
raw
history blame contribute delete
149 Bytes
# Python
__pycache__/
*.py[cod]
*.pyo
.env
venv/
.env.*
# Hugging Face / spaces
*.ckpt
*.pt
*.pth
model_weights/
data/
# system
.DS_Store
Thumbs.db