.venv/
__pycache__/
*.egg-info/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.test-tmp/
scratch/
plan_workouts.md
.coverage
htmlcov/
.DS_Store
data/
secrets.env
*.env
*.db
*.sqlite
*.sqlite3
token*.json
status*.json
*.log
*.zip
*.tar
*.tar.gz

# Generated launchers
run_local.sh
run_local.bat
