22c3df41a8
Replace hardcoded HTML with .env generation, YouTube thumbnail backgrounds, responsive FHD/vertical intro, hardened nginx, and updated Dokploy deploy flow. Co-authored-by: Cursor <cursoragent@cursor.com>
24 lines
213 B
Plaintext
24 lines
213 B
Plaintext
# Environment files
|
|
.env
|
|
*.env.local
|
|
|
|
# Generated from .env at dev/build time
|
|
index.html
|
|
site.webmanifest
|
|
|
|
# Python
|
|
__pycache__/
|
|
.venv/
|
|
*.pyc
|
|
|
|
# Node
|
|
node_modules/
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|