| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- # 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
|