34 lines
465 B
Plaintext
34 lines
465 B
Plaintext
# Python-generated files
|
|
__pycache__/
|
|
*.py[oc]
|
|
build/
|
|
dist/
|
|
wheels/
|
|
*.egg-info
|
|
|
|
# Virtual environments
|
|
.venv
|
|
|
|
# Database and uploads
|
|
backend/instance/
|
|
backend/static/images/*
|
|
!backend/static/images/.gitkeep
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
|
|
# Frontend
|
|
frontend/node_modules/
|
|
frontend/dist/
|
|
frontend/.vite/
|
|
|
|
# Migrations (keep the directory structure but ignore auto-generated content if needed)
|
|
# migrations/versions/*.py
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|