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

# Generated by hatch-vcs at build time
src/studylife_mcp/_version.py

# Virtual environments
.venv/
venv/

# Env files (never commit secrets)
.env
.env.*
!.env.example

# S4: OAuth store (client registrations, tokens, encrypted per-user StudyLife keys)
oauth.db*

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

# Editors / OS
.vscode/
.idea/
.DS_Store

# Claude Code local session state
.claude/
