Files
embycovers/.dockerignore
T

37 lines
584 B
Plaintext
Raw Normal View History

2026-06-08 21:58:16 +12:00
# VCS & tooling
2026-06-08 00:01:55 +12:00
.git/
2026-06-08 21:58:16 +12:00
.gitignore
.dockerignore
2026-06-08 00:01:55 +12:00
.pytest_cache/
2026-06-08 21:58:16 +12:00
.claude/
*.code-workspace
# Python bytecode
__pycache__/
**/__pycache__/
*.pyc
*.pyo
# Runtime data — provided via mounted volumes, never baked into the image
2026-06-08 00:01:55 +12:00
cache/
output/
logs/
.app.out.log
.app.err.log
2026-06-08 21:58:16 +12:00
# Frontend build artifacts — regenerated in the build stage
2026-06-08 00:01:55 +12:00
frontend/node_modules/
frontend/dist/
2026-06-08 21:58:16 +12:00
# Dev-only / legacy files not needed by any build stage
tests/
2026-06-08 00:01:55 +12:00
templates/
2026-06-08 21:58:16 +12:00
music-covers.py
deploy.ps1
AGENT.MD
DESIGN.md
# Unused root-level marketing/legacy images (real assets live under static/)
*.png
*.jpg