colorization / .gitignore
stvident's picture
Upload folder using huggingface_hub
96a945a verified
# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
venv/
# Node
frontend/node_modules/
frontend/.vite/
# Build output — rebuilt by Docker, don't commit
frontend/dist/
# Local database
responses.db
*.db
# Fly.io artifacts (not needed for HF)
.fly/
# Editor
.DS_Store
*.swp