# Credentials — never commit (see SECURITY.md)
.env
.env.*
config.json
**/oura-mcp/config.json
~/.oura-mcp/
tests/fixtures/*.real.json
*.pat

# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.eggs/
build/
dist/
.tox/
.coverage
.coverage.*
htmlcov/
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Virtualenvs
.venv/
venv/
env/

# Editor / OS
.idea/
.vscode/
*.swp
.DS_Store
.claude/worktrees/
