# Version Control & Docker
.git/
.gitignore
Dockerfile*
.dockerignore

# Environments & Secrets
.env
.venv/
env/
venv/

# Python Cache & Build Artifacts
__pycache__/
*.pyc
*.pyo
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/
build/
dist/

# IDE & OS Junk
.vscode/
.idea/
.DS_Store

# Documentation & Tests
tests/
testing/
LICENSE.txt
TODO.md

# Datasets, Models, & Outputs
data/
datasets/
backup/
base_model/
base_models/
lora_adapter/
lora_model/
lora_model_gguf/
finetuning_runs/
outputs/
results/
tmp_trainer/
third_party/
jupyter_nb/
*.jsonl

# Heavy Model Weights (Any Directory)
**/*.pt
**/*.bin
**/*.safetensors
**/*.gguf