paper-dynasty-discord/.dockerignore
Cal Corum 9f6ec947e1
All checks were successful
Build Docker Image / build (pull_request) Successful in 1m15s
fix: exclude utilities/supabase.py from production Docker image (#41)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-04 23:01:49 -06:00

41 lines
492 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
pytest.ini
CLAUDE.md
**.db
**/.claude
utilities/supabase.py