# Python cache and local interpreter output
__pycache__/
*.py[cod]
*$py.class

# Local shell / notebook history
.Rhistory
.python_history

# Runtime artifacts
runs/
logs/
backups/
archives/
.tmp/
tmp/
*.tmp
*.log
*.jsonl
*.sent-log.jsonl

# Generated previews and candidate data
*preview*.json
*preview*.html
*candidate*.json
*scraped*.json
*selected*.json
*results*.json
*status_updates*.json
*verification*.txt
*_report.json

# Local customer workbooks and backups
~$*.xlsx
*_backup_*.xlsx
*backup_before*.xlsx
*客户建联表*.xlsx
*客户信息*.xlsx
*重点客户*.xlsx
!assets/blank_customer_outreach_workbook.xlsx

# Local credentials and real sync config
.env
.env.*
feishu_sync_config.json
dashboard_config.json
*credential*
*secret*
*token*

# Packaged release archives should be created outside the repo
*.zip
