# VCS / Claude / editor
.git
.github
.claude
.idea
.vscode
.DS_Store

# Python build / cache
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.ruff_cache/
.venv/
venv/
dist/
build/

# Node build outputs (we rebuild inside the image)
web/node_modules
web/dist
web/dist-ssr

# Sample / runtime artifacts
input/
output/
sample.xlsx
sample_cards.txt

# Tests are not needed in the image
tests/

# Local docs
*.md
!README.md
# CHANGELOG.md backs GET /api/v1/changelog (release notes) — the runtime
# reads it at /app/CHANGELOG.md, so it must survive into the build context.
!CHANGELOG.md

# Misc
.env
.env.*
