# Python __pycache__/ *.py[cod] *.pyo *.pyd .Python *.egg-info/ dist/ build/ .eggs/ # Virtualenvs .venv/ venv/ env/ .env # Testing .pytest_cache/ .coverage htmlcov/ # Jupyter .ipynb_checkpoints/ # Model weights (too large for git) *.bin *.safetensors *.gguf *.pt *.pth *.ckpt # Training artifacts (committed only after training) results/ wandb/ # OS .DS_Store Thumbs.db # IDE .vscode/ .idea/ *.swp # HF cache ~/.cache/huggingface/