3a843c53f3
Site metadata, images, favicons, and YouTube settings are now configured via .env and rendered from HTML/manifest templates at dev or container startup. Co-authored-by: Cursor <cursoragent@cursor.com>
25 lines
223 B
Plaintext
25 lines
223 B
Plaintext
# Environment files
|
|
.env
|
|
*.env.local
|
|
|
|
# Generated from .env at dev/build time
|
|
config.js
|
|
index.html
|
|
site.webmanifest
|
|
|
|
# Python
|
|
__pycache__/
|
|
.venv/
|
|
*.pyc
|
|
|
|
# Node
|
|
node_modules/
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|