27 lines
252 B
Plaintext
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 |