data/
*.pyc
__pycache__/
*.egg-info/
dist/
build/
.env
# Secrets / runtime input — never commit
cookies.txt
*.cookies
urls.txt
*.db
.venv/
venv/
.pytest_cache/

# Transient analyze run artifacts
analyze_*.log
urls_*.txt
smoke_urls_*.txt

# Claude Code local worktree/session state (keep .claude-plugin/)
.claude/
