# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.venv*/
venv/

# uv
.uv/

# Tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Local confos data store (never commit a user's data)
.confos/
*.db
*.sqlite
*.sqlite3

# Secrets / env
.env
.env.*
!.env.example

# Internal pre-launch QA / audit reports (kept local, not published)
/QA_REPORT_*.md

# OS / editor
.DS_Store
*.swp
.idea/
.vscode/
