Files
tomasz-syn-grzegorza d43e747939 Fix YouTube intro loading and extend .env-driven site config.
Embed video settings directly in generated HTML, add optional post-video redirect toggle, and expose Twitter description as a separate env variable.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-26 17:47:32 +02:00

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