mindi-backup / .gitignore
Mindigenous
Initial full project backup with Git LFS
53f0cc2
# Ignore Python cache and compiled files.
__pycache__/
*.pyc
*.pyo
*.pyd
# Ignore virtual environment.
.venv/
# Ignore logs and temporary outputs.
logs/
artifacts/
*.log
# Ignore model weights and checkpoints by default.
checkpoints/
models/base/
models/lora/
models/quantized/
# Ignore data files by default.
data/raw/
data/interim/
data/processed/
data/external/
# Ignore notebook checkpoints.
.ipynb_checkpoints/