Files
trendyol-analiz/.gitignore
furkanyigit34 0d908a1afe feat: add 9 new dashboard features with export and comparison
- Add Hidden Champions tab with filterable product table
- Add Opportunity Map tab with scatter chart (supply/demand quadrants)
- Add Sales Funnel section to Overview with conversion rates
- Add Price Distribution histogram with mean/median lines
- Add Competition Score gauge (0-100) with 4 sub-metrics
- Add Excel export (3-sheet xlsx) and Print buttons to dashboard
- Add Report Comparison page with KPI diff table and brand bar chart
- Add enrichment UI to ReportList with progress tracking
- Add sidebar navigation with Karşılaştır route
- Refactor UI: Layout, Sidebar, TopBar, KpiCard, SkeletonLoader components
- Improve drill-down UX with visible pill buttons and tooltips

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-07 17:33:07 +03:00

115 lines
1.3 KiB
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg
*.egg-info/
dist/
build/
*.log
# Virtual Environment
venv/
env/
ENV/
# Database
*.db-journal
reports.db
# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Node.js
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Frontend Build
admin-panel/dist/
admin-panel/.vite/
# Logs
*.log
logs/
.logs_*.txt
# Testing
.pytest_cache/
.coverage
htmlcov/
# Playwright
.playwright-mcp/
# Temporary files
*.tmp
*.bak
*.backup
*.old
*.copy
*.swp
# Reports (optional - uncomment if you don't want to track reports)
# ARCHITECTURE_ANALYSIS.md
# security-report.md
# Archived files and directories
archived/
backend/tests_archive/
# Test Artifacts
reports/test_*.json
reports/gecici_rapor_*.json
reports/stock_browser_*.json
# Keep important docs
!README.md
!CLAUDE.md
!docs/**/*.md
# Development notes (ignore feature implementation notes)
*_IMPLEMENTATION.md
*_ENHANCEMENT.md
*_SORTING.md
*_FILTER.md
TEST_COMMANDS.md
README_TESTING.md
# Production environment files
.env
.env.local
.env.production
.env.*.local
# Database files (keep structure, ignore data)
*.db
*.db-journal
*.db-shm
*.db-wal
# Excel and temporary data files
*.xlsx
*.xls
*.csv
# Backend debug/analysis artifacts
backend/*_202*.json
backend/*_202*.png
# Screenshots and test images
*.png
*.jpeg
*.jpg