Files
LocalDiplomacy/.gitignore
T

19 lines
208 B
Plaintext

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