# Secrets - NEVER COMMIT
.env
.env.local
*.env
credentials.json
client_secret_*.json
token.json
gsm_state.json
gsm_state.archive.json

# Logs
*.log
audit/
.gsm/

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

# Testing
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
coverage.xml
*.cover

# Type checking
.mypy_cache/
.dmypy.json
.pyre/

# Linting
.ruff_cache/

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

# uv
.uv-cache/

# Distribution
*.tar.gz
*.whl
.session-handoff.json

# OpenCode project config (local dev only)
.opencode/
