Py-Hanabi/.gitignore

18 lines
230 B
Plaintext
Raw Permalink Normal View History

2023-03-02 11:04:33 +01:00
# cache for requests to hanab.live
hanab.live
# python venv
venv/
# pycache dir
__pycache__
test.py
2023-03-15 15:43:14 +01:00
# a few output files
log.txt
remaining_cards.txt
lost_seeds.txt
utils.py
infeasible_instances.txt
2023-06-24 17:25:54 +02:00
verbose_log.txt
debug_log.txt