fix: explicitly exclude cogs/gameplay_legacy.py from Docker image (#42)
All checks were successful
Build Docker Image / build (pull_request) Successful in 1m16s

The wildcard *_legacy.py pattern already covered this file, but adding
an explicit entry makes the exclusion unambiguous and self-documenting.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Cal Corum 2026-03-05 00:04:25 -06:00
parent 4781ec11db
commit 3fa28d9df2

View File

@ -34,6 +34,7 @@ README.md
**/storage
**/htmlcov
*_legacy.py
cogs/gameplay_legacy.py
pytest.ini
CLAUDE.md
**.db