- Go API server with PostgreSQL + Redis - AI floor replacement (OpenRouter Gemini) - Product database (10 brands, 3539 products) - Recommendation engine, calculator, articles - Redis async queue + worker pool - Hot product caching, brand view tracking - JWT auth, favorites, projects - Docker deployment ready Co-Authored-By: Claude <noreply@anthropic.com>
31 lines
323 B
Plaintext
31 lines
323 B
Plaintext
# Binary
|
|
*.exe
|
|
*.test
|
|
|
|
# Data (too large, imported separately)
|
|
data/
|
|
brand_logos.json
|
|
sample_images/
|
|
|
|
# User content
|
|
uploads/
|
|
outputs/
|
|
logs/
|
|
static/images/
|
|
|
|
# Article images (large binary files)
|
|
knowledge_images/
|
|
地板科普照片*/
|
|
地板科普文章*/
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
|
|
# OS
|
|
__MACOSX/
|
|
.DS_Store
|
|
|
|
# Claude
|
|
.claude/
|