paper-dynasty-discord/.dockerignore
Cal Corum 3fa28d9df2
All checks were successful
Build Docker Image / build (pull_request) Successful in 1m16s
fix: explicitly exclude cogs/gameplay_legacy.py from Docker image (#42)
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>
2026-03-05 00:04:25 -06:00

41 lines
494 B
Plaintext

**/__pycache__
**/.venv
**/.classpath
**/.dockerignore
**/.env
**/.git
**/.gitignore
**/.project
**/.settings
**/.toolstarget
**/.vs
**/.vscode
**/*.*proj.user
**/*.dbmdl
**/*.jfm
**/bin
**/charts
**/docker-compose*
**/compose*
**/Dockerfile*
**/node_modules
**/npm-debug.log
**/obj
**/secrets.dev.yaml
**/values.dev.yaml
LICENSE
README.md
**/.idea*
**/.pytest_cache
**/migrations
**/venv
**/tests
**/storage
**/htmlcov
*_legacy.py
cogs/gameplay_legacy.py
pytest.ini
CLAUDE.md
**.db
**/.claude