__pycache__/ *.py[cod] .env .venv/ venv/ .pytest_cache/ .mypy_cache/ .ruff_cache/ *.log # Local databases (generated / private) database/**/*.db # Local demo snapshots (large) data/processed/ data/demos/ # Training / evaluation artifacts data/sequences/ models/*.pth models/player_experience.json report_out.txt run_log.txt train_log.txt # Local downloads / raw captures output_arena/ # Jupyter .ipynb_checkpoints/