# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Version file (auto-generated by hatch-vcs)
src/chzzk/_version.py

# Virtual environments
.venv

# Environment variables (keep .env.example)
.env
examples/.env

# Token storage
.chzzk_token.json
*_token.json

# Testing & Linting
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

# IDE
.idea/
.vscode/
*.swp
*.swo

# OS
.DS_Store

# AI tooling
.mcp.json
CLAUDE.md
.claude/

*.log
*.txt