Files
LocalDiplomacy/.gitignore
T

23 lines
309 B
Plaintext

/reference
# Python
__pycache__/
.pytest_cache/
.venv/
*.pyc
# Agent runtime
koboldcpp.exe
model.gguf
*.gguf
data/
src/LocalDiplomacy.Agent/data/
src/LocalDiplomacy.Agent/koboldcpp.exe
src/LocalDiplomacy.Agent/model.gguf
src/LocalDiplomacy.Agent/config.yaml
# .NET/Bannerlord build output
bin/
obj/
*.user