Files
coorl-lost-cities/.gitignore
T

28 lines
389 B
Plaintext

# Python-generated files
__pycache__/
*.py[oc]
*.so
build/
dist/
wheels/
*.egg-info
runs/
/runs
# Cython-generated sources
src/coolrl_lost_cities/games/classic/game.c
src/coolrl_lost_cities/games/classic/engines/fast.c
src/coolrl_lost_cities/games/classic/deep_cfr/*.c
# Rust build output
target/
# Local toolchains
tools/julia/
# Virtual environments
.venv
.pytest_cache
.ruff_cache