# Python
__pycache__/
*.pyc
.venv/
venv/
dist/
build/
*.egg-info/
uv.lock

# Local twscrape account pool / cookies, NEVER commit these
*.db
accounts.db
cookies.json
.env

# Agent instructions and local state
.claude/
CLAUDE.md
AGENTS.md

# OS
.DS_Store
