chectus/.gitignore
2024-07-28 14:48:02 +08:00

20 lines
114 B
Plaintext

# Misc
*.bak
# Editor
*.swp
.vscode
# Python
venv
__pycache__
*.whl
# PyTorch
*.pth
# Data
*.db
*.jsonl
*.zst