.venv/
__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage*
build/
dist/
*.egg-info/

.env
.env.*
!.env.example

*.sqlite
*.sqlite3
*.db
*.csv
*.html
!src/codex_usage_tracker/plugin_data/docs/dashboard-guide.html
!src/codex_usage_tracker/plugin_data/dashboard/dashboard_template.html

.DS_Store
tmp/
.cache/

.codex/
