x402-fast-payout-demo / .dockerignore
hamel88's picture
setup demo app on hf
8d0b054 verified
raw
history blame contribute delete
538 Bytes
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual environments
hf/
venv/
env/
ENV/
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Environment files
.env
.env.local
.env.example
# Logs
*.log
# Cache
.cache/
.pytest_cache/
# Model outputs
*.png
*.jpg
*.jpeg
# Git
.git/
.gitignore
# Documentation
README.md
CHANGELOG.md
LICENSE
# Scripts
create_cdp_wallet.py
generate_image.py