- Add MembershipFee and MembershipFeeConfig models - Add /health endpoint for monitoring - Add Microsoft Fluent Design CSS - Update templates with new CSS structure - Add Announcement model - Update .gitignore to exclude analysis files 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
67 lines
741 B
Plaintext
67 lines
741 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
|