# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

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

# Testing
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/

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

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

# Local job cache (do not commit user data)
.whipscribe-mcp/
*.db
*.sqlite
*.sqlite3

# Secrets
.env.local
.env.*.local
*.pem
*.key
credentials.json

# Claude Code local working rules — must never ship to public repo
CLAUDE.local.md
.claude/
PLAN.md

# Build artifacts
*.log
.tox/
htmlcov/

# DXT bundles — distribute as GitHub Release assets, not tracked files
*.dxt
