Add training workflow, datasets, and runbook
This commit is contained in:
16
.gitignore
vendored
Normal file
16
.gitignore
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
.venv/
|
||||
eBooks/
|
||||
_llama_cpp/
|
||||
__pycache__/
|
||||
**/__pycache__/
|
||||
*.pyc
|
||||
.pytest_cache/
|
||||
.mypy_cache/
|
||||
.ruff_cache/
|
||||
.idea/
|
||||
.vscode/
|
||||
*.log
|
||||
*.tmp
|
||||
*.bak
|
||||
Thumbs.db
|
||||
.DS_Store
|
||||
Reference in New Issue
Block a user