mirror of
https://github.com/nethunterzist/trendyol-analiz
synced 2026-07-01 09:27:03 +00:00
- FastAPI backend with Python - React + Vite admin panel - PostgreSQL database - Trendyol marketplace analytics - GitHub Actions CI/CD workflow Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
67 lines
720 B
Plaintext
67 lines
720 B
Plaintext
# Dependencies (will be installed fresh)
|
|
node_modules/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Build output (created during Docker build)
|
|
dist/
|
|
build/
|
|
.vite/
|
|
|
|
# IDE and editor files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.DS_Store
|
|
|
|
# Testing
|
|
coverage/
|
|
.nyc_output/
|
|
|
|
# Environment files (security - use build args instead)
|
|
.env
|
|
.env.*
|
|
.env.local
|
|
.env.development
|
|
.env.production
|
|
|
|
# Documentation
|
|
README.md
|
|
CLAUDE.md
|
|
*.md
|
|
docs/
|
|
|
|
# Git files
|
|
.git/
|
|
.gitignore
|
|
.gitattributes
|
|
|
|
# Docker files (not needed in container)
|
|
Dockerfile
|
|
docker-compose.yml
|
|
.dockerignore
|
|
|
|
# Logs
|
|
logs/
|
|
*.log
|
|
|
|
# Temporary files
|
|
tmp/
|
|
temp/
|
|
*.tmp
|
|
|
|
# Cache directories
|
|
.cache/
|
|
.eslintcache
|
|
|
|
# OS files
|
|
Thumbs.db
|
|
.DS_Store
|
|
|
|
# Backup files
|
|
*.bak
|
|
*.backup
|