Files
quickdraw_bot/.gitignore
2026-06-18 16:20:14 +08:00

27 lines
252 B
Plaintext

# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv
# Dataset
quickdraw_bot/data
# Temp files
quickdraw_bot/tmp
# DVC
dvc/config.local
# .DS_Store
.DS_Store
# Models
*.pth
*.onnx
*.onnx.data