# venvs & caches
/.venv/
__pycache__/
.mypy_cache/
.ruff_cache/
.pytest_cache/
.coverage
coverage.xml

# build outputs
/dist/
build/
*.egg-info/

# OS/editor
.DS_Store
Thumbs.db
.idea/
.vscode/

# secrets / local config
/statline/.keys.json
**/.keys.json
/statline/secrets/
pypi.ini

# lockfiles (library)
uv.lock
