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