# Model files — large binaries, download with scripts/download_models.sh models/*.gguf models/*.bin models/*.safetensors # Benchmark output logs, CSVs, and generated env snapshots — generated, not source benchmark-results/*.log benchmark-results/*.csv benchmark-results/*.txt benchmark-results/*.env # Keep the .gitkeep placeholder !benchmark-results/.gitkeep # Docker build cache artifacts .docker/ # Python cache __pycache__/ *.pyc *.pyo .venv/ # Editor / OS artifacts .DS_Store Thumbs.db *.swp *.swo *~ .idea/ .vscode/ # Local overrides (never commit secrets or machine-specific tweaks) .env.local envs/.env.*.local