833e248518
After the intro finishes, users are redirected to POST_VIDEO_REDIRECT_URL loaded via generated config.js for dev, Docker, and Dokploy deployments. Co-authored-by: Cursor <cursoragent@cursor.com>
23 lines
195 B
Plaintext
23 lines
195 B
Plaintext
# Environment files
|
|
.env
|
|
*.env.local
|
|
|
|
# Generated from .env at dev/build time
|
|
config.js
|
|
|
|
# Python
|
|
__pycache__/
|
|
.venv/
|
|
*.pyc
|
|
|
|
# Node
|
|
node_modules/
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|