File size: 229 Bytes
7885a28
d5d8580
 
d1af7ed
 
7885a28
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Ignore virtual environments
venv/
.env/
__pycache__/
*.pyc

# Ignore cache and large files
__pycache__/
*.pyc
*.pkl
*.csv
*.log

# Ignore notebooks and test files
*.ipynb
tests/

# Ignore system or IDE files
.DS_Store
.vscode/