# Authentication credentials (NEVER COMMIT THESE!)
auth/credentials.json
auth/token.json

# User-specific configuration
config.json
CLAUDE.md
tests/google_sheets_exploration.ipynb

# Environment variables
.env

# Python
*.pyc
__pycache__/
.venv

# macOS
.DS_Store

# IDE
.vscode/
.idea/

# Secrets — .env is materialized by `op inject -i .env.op > .env` on mise enter.
# NEVER commit it. .env.op holds only 1Password references or safe literals and IS committed.
.env
.env.*
!.env.op
