fix: explicitly exclude cogs/gameplay_legacy.py from Docker image (#42)
All checks were successful
Build Docker Image / build (pull_request) Successful in 1m16s
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:
parent
4781ec11db
commit
3fa28d9df2
@ -34,6 +34,7 @@ README.md
|
||||
**/storage
|
||||
**/htmlcov
|
||||
*_legacy.py
|
||||
cogs/gameplay_legacy.py
|
||||
pytest.ini
|
||||
CLAUDE.md
|
||||
**.db
|
||||
|
||||
Loading…
Reference in New Issue
Block a user