- Added CompanyRecommendation system - Made company pages public (removed @login_required) - CSS refactor: inline styles instead of external fluent CSS - Added release notes page - Added admin recommendations panel - Company logos (webp format) - Docker compose configuration Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
72 lines
797 B
Plaintext
72 lines
797 B
Plaintext
# Environment variables - NIGDY NIE COMMITUJ!
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Database
|
|
*.db
|
|
*.sqlite
|
|
*.sqlite3
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.Python
|
|
venv/
|
|
env/
|
|
ENV/
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|
|
logs/
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.bak
|
|
|
|
# Backups
|
|
backups/
|
|
*.sql.gz
|
|
|
|
# Deployment config (contains sensitive passwords)
|
|
deploy_config.conf
|
|
|
|
# Auto Claude data directory
|
|
.auto-claude/
|
|
|
|
# Analysis reports and temp files
|
|
*.csv
|
|
*_analysis*.json
|
|
*_report*.json
|
|
*_recommendations*.json
|
|
group_*_*.json
|
|
ANALYSIS_*.md
|
|
ANALYSIS_*.txt
|
|
CATEGORY_*.md
|
|
DEPLOYMENT_*.md
|
|
ITERATION_*.md
|
|
VALIDATION_*.md
|
|
*_SUMMARY*.md
|
|
*_SUMMARY*.txt
|
|
*_README*.md
|
|
preflight_report_*.txt
|
|
venv-py312/
|
|
.claude_settings.json
|
|
.worktrees/
|
|
*.dump
|
|
*.sql
|
|
nordabiz_*.dump
|
|
nordabiz_*.sql
|