| 1 | name_pattern: "*.promptinclude.md" |
| 2 | max_depth: 10 |
| 3 | max_file_tokens: 2000 |
| 4 | max_file_count: 50 |
| 5 | max_total_tokens: 8000 |
| 6 | gitignore: | |
| 7 | venv/** |
| 8 | **/__pycache__/** |
| 9 | **/node_modules/** |
| 10 | **/.npm/** |
| 11 | **/.git/** |
| 12 | **/.conda/** |
| 13 | **/.cache/** |
| 14 | **/dist/** |
| 15 | **/build/** |
| 16 | **/.tox/** |
| 17 | **/.eggs/** |
| 18 | **/*.egg-info/** |