- Updated the error handling in `index.html` to include a retry button for failed app loads, enhancing user experience. - Added session storage management to prevent repeated reloads on errors. - Enhanced the `.gitignore` file to include log files, improving project cleanliness. - Included error logging in `main.js` to ensure better tracking of issues during app initialization.
19 lines
162 B
Plaintext
19 lines
162 B
Plaintext
.env
|
|
__pycache__/
|
|
venv/
|
|
.venv/
|
|
*.egg-info/
|
|
*.pyc
|
|
*.pyo
|
|
data/
|
|
*.db
|
|
|
|
# Test and coverage artifacts
|
|
.coverage
|
|
htmlcov/
|
|
.pytest_cache/
|
|
*.cover
|
|
*.plan.md
|
|
|
|
# Logs
|
|
*.log |