24 lines
350 B
Plaintext
24 lines
350 B
Plaintext
# Python-generated files
|
|
__pycache__/
|
|
*.py[oc]
|
|
*.so
|
|
build/
|
|
dist/
|
|
wheels/
|
|
*.egg-info
|
|
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/
|
|
|
|
# Virtual environments
|
|
.venv
|
|
|
|
.pytest_cache
|
|
.ruff_cache
|