FloorVisualizer/.gitignore
dindang 94895cbc22 Initial commit: FloorVisualizer backend
- 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>
2026-07-16 09:47:11 +08:00

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/