# Virtual environment .venv/ # Build artifacts bin/ build/ *.so *.o *.a # IDE .idea/ .vscode/ *.swp *.swo # OS files .DS_Store Thumbs.db # Test artifacts *.test coverage.out # Large model files *.mak *.gguf *.safetensors *.bin tokenizer.json .cache .gocache/ .gotmp/