Skip to content

Commit 9efb1ee

Browse files
author
SamoraHunter
committed
added ai exclude
1 parent 7cb816e commit 9efb1ee

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

.aiexclude

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Python Environments
2+
*_env/
3+
venv/
4+
.venv/
5+
env/
6+
ml_grid_env/
7+
8+
# Data and Cache
9+
__pycache__/
10+
.ipynb_checkpoints/
11+
*.pyc
12+
.git/
13+
14+
# Large Data Files (Gemini chokes on these)
15+
*.csv
16+
*.json
17+
*.tsv
18+
*.log

0 commit comments

Comments
 (0)