File size: 136 Bytes
16f49c5
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Python Environments
.venv
env/
.env

# Python cache files
__pycache__/

# DataSet
data/

# Exclude the notebooks directory
notebooks/