Files
tomasz-syn-grzegorza 22c3df41a8 Migrate to env-driven templates and slavic-pulse feature set.
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>
2026-06-27 20:36:51 +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