sba-scouting/.gitignore
Cal Corum 7afe4a5f55 Fix TUI corruption from logging and improve sync error handling
- Redirect all logging to data/logs/sba_scout.log instead of stderr
- Prevents log output from corrupting the Textual TUI display
- Add loading spinner for sync operations to show progress
- Improve error messages for Cloudflare/API errors
- Add TROUBLESHOOTING.md guide for common sync issues
- Exclude data/ directory from git

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-10 16:18:57 -06:00

19 lines
214 B
Plaintext

# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv
*.db
.env
__pycache__/
*.pyc
.venv/
# Data directory (contains user settings, logs, and database)
data/