- Implement application factory pattern with blueprints - Add modular structure (models, routes, utils, templates) - Create configuration management system - Add comprehensive error handling and logging - Implement cookie-based like system with database migration - Add proper authentication decorators and session management - Update .gitignore to exclude database files and OS artifacts 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
24 lines
242 B
Plaintext
24 lines
242 B
Plaintext
# Python-generated files
|
|
__pycache__/
|
|
*.py[oc]
|
|
build/
|
|
dist/
|
|
wheels/
|
|
*.egg-info
|
|
|
|
# Virtual environments
|
|
.venv
|
|
|
|
# Database files
|
|
*.db
|
|
pet_pictures.db
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|