final stage of the app

This commit is contained in:
2025-07-15 14:32:57 +03:00
parent 94f006d458
commit b94d2ebbd6
29 changed files with 1498 additions and 1124 deletions

76
.dockerignore Normal file
View File

@@ -0,0 +1,76 @@
# Python
__pycache__/
*.py[cod]
*$py.class
*.pyc
*.pyo
*.pyd
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# IDEs
.vscode/
.idea/
*.swp
*.swo
.DS_Store
Thumbs.db
# Git
.git/
.gitignore
# Documentation
README.md
*.md
docs/
# Test files
test_*.py
*_test.py
tests/
# Logs
*.log
logs/
# Temporary files
*.tmp
*.temp
.cache/
# Development files
.env.example
docker-compose.override.yml
# Generated QR codes and uploads (will be in volumes)
static/qr_codes/*.png
static/logos/*
!static/qr_codes/.gitkeep
!static/logos/.gitkeep
# Session data
flask_session/