nordabiz/.gitignore
Maciej Pienczyn 055d9c1cfa Add company logos, migration and docs
- Add 80+ company logo images (webp/svg)
- Add membership_fees migration SQL
- Add incident report doc
- Update .gitignore for worktrees

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-06 22:31:17 +01:00

68 lines
753 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/