gendesign/tradein-mvp/.gitignore
bot-backend 05bc321728
Some checks failed
Deploy Trade-In / test (push) Blocked by required conditions
Deploy Trade-In / build-backend (push) Blocked by required conditions
Deploy Trade-In / build-frontend (push) Blocked by required conditions
Deploy Trade-In / build-browser (push) Blocked by required conditions
Deploy Trade-In / deploy (push) Blocked by required conditions
Deploy Trade-In / changes (push) Has been cancelled
build(tradein/frontend): состав зависимостей перестаёт зависеть от даты сборки (#2770) (#2772)
2026-08-07 09:07:58 +00:00

53 lines
1.1 KiB
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Trade-In MVP
# Backend Python
backend/.venv/
backend/__pycache__/
backend/**/__pycache__/
backend/*.egg-info/
backend/.pytest_cache/
backend/.ruff_cache/
backend/.mypy_cache/
backend/uv.lock
# Frontend Node
frontend/node_modules/
frontend/.next/
frontend/out/
frontend/dist/
# frontend/package-lock.json — TRACKED с #2770: Dockerfile и CI ставят `npm ci`,
# которому лок обязателен. Правишь frontend/package.json — регенерируй лок
# (`npm install --legacy-peer-deps --no-audit --no-fund`) в том же PR, иначе
# `npm ci` роняет сборку образа и весь deploy откатывается.
frontend/next-env.d.ts
# Docker
postgres-data/
caddy-data/
caddy-config/
# Env (никогда не коммитим)
.env
.env.local
.env.*.local
backend/.env
backend/.env.runtime
frontend/.env.local
# Public html mockup (исходник от gendsgn.ru — не наш код, держим в docs)
frontend/public/tradein.html
# Test PDF outputs
docs/sample-svg-test.pdf
docs/sample-vps-*.pdf
*.tmp.pdf
# IDE / OS
.vscode/
.idea/
.DS_Store
Thumbs.db
*.swp
# Logs
*.log