this repo has no description
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 72 lines 698 B view raw
1# Think folder (as requested) 2think/ 3agents/ 4 5# Python 6__pycache__/ 7*.py[cod] 8*$py.class 9*.so 10.Python 11build/ 12develop-eggs/ 13dist/ 14downloads/ 15eggs/ 16.eggs/ 17lib/ 18lib64/ 19parts/ 20sdist/ 21var/ 22wheels/ 23share/python-wheels/ 24*.egg-info/ 25.installed.cfg 26*.egg 27MANIFEST 28 29# Virtual environments 30.venv/ 31venv/ 32ENV/ 33env/ 34 35# Configuration files that may contain sensitive data 36config.yaml 37config.yml 38*.env 39.env* 40secrets.json 41credentials.json 42 43# Logs and temporary files 44logs/ 45*.log 46cache/ 47tmp/ 48temp/ 49 50# IDE and editor files 51.vscode/ 52.idea/ 53*.swp 54*.swo 55*~ 56 57# OS generated files 58.DS_Store 59.DS_Store? 60._* 61.Spotlight-V100 62.Trashes 63ehthumbs.db 64Thumbs.db 65 66# API keys and tokens 67*.key 68*.pem 69*.crt 70*.p12 71token.txt 72api_key.txt