d43e747939
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>
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
|