miyataken999
Prepare FastAPI app for Hugging Face Spaces
1e13199
raw
history blame contribute delete
727 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
# Django
*.log
local_settings.py
db.sqlite3
media/
# Environment
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Docker
.dockerignore
# Binary files (Live2D, 3D models, etc.)
*.can3
*.moc3
*.model3.json
*.motion3.json
*.exp3.json
*.pose3.json
*.physics3.json
*.userdata3.json
*.cdi3.json
# Live2D and 3D model directories
staticfiles/haru_greeter_pro_jp/
staticfiles/*/runtime/
staticfiles/*/*.can3
staticfiles/*/*.moc3
# Large binary assets
*.mp4
*.avi
*.mov
*.wav
*.mp3
*.ogg