# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Virtual environments
.env
.venv
env/
venv/
ENV/

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

# Testing
.coverage
coverage.xml
htmlcov/
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Credentials (never commit these!)
*.p8
credentials
.asc/

# OS
.DS_Store
Thumbs.db

# Docs build
docs/_build/
site/

# Local development
.env.local
*.local
.env
yooz-whisper-subscriptions.yaml

# Claude/Serena (project-specific - tracked in version control)
# Note: CLAUDE.md, .rules/, and .context/ are intentionally version controlled
# for this project to maintain project context and coding standards.
#
# Only exclude user-specific global settings:
# ~/.claude/ (global config, not project)
.serena/
