CodeMentor-AI / .gitignore
Tuathe's picture
Restore full structure with proper .gitignore
53e67ba
raw
history blame
126 Bytes
# Ignore virtual environments and model weights
.venv/
__pycache__/
*.pt
*.safetensors
*.bin
*.ckpt
*.log
model/
data/*.jsonl