- Add deployment section to README (systemd, Docker, nginx reverse proxy) - Add environment variable support to server.py (PORT, PGN_URL, CACHE_TTL) - Update .gitignore for Python artifacts and lara-chess directory - Improve board/navigation UX in app.js (userScrolledMoves tracking, updateClocks function, better game switching)
5 lines
38 B
Plaintext
5 lines
38 B
Plaintext
cache/
|
|
__pycache__/
|
|
*.pyc
|
|
lara-chess/
|