chore: seed repo — README, .gitignore, synthetic price fixtures (6 форматов)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-26 12:53:04 +05:00
commit fa2fbc59b0
10 changed files with 253 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
# Python
__pycache__/
*.py[cod]
.venv/
venv/
.env
.env.*
!.env.example
# Node / Next.js
node_modules/
.next/
out/
dist/
*.log
# Claude Code worktrees (изоляция агентов)
.claude/worktrees/
# OS
.DS_Store
Thumbs.db
# Данные (реальные прайсы НЕ коммитим; синтетика в fixtures/raw — коммитим)
data/raw/
data/uploads/
*.sqlite