nordabiz/.gitignore
Maciej Pienczyn 8ee5945ccd fix: Handle NULL views_count in forum and classifieds
- Forum topics and classifieds now handle NULL views_count gracefully
- Prevents TypeError when incrementing view counter
2026-01-11 06:03:13 +01:00

86 lines
1.1 KiB
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 and state files
.auto-claude/
.auto-claude-security.json
.auto-claude-status
# PageSpeed quota tracking files
.pagespeed_quota.json
scripts/.pagespeed_quota.json
# 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
# Auto-Claude metadata
project_index.json
# Note: CHANGELOG.md is tracked (removed from ignore)
# Auto Claude generated files
.security-key
logs/security/