File size: 193 Bytes
675c21c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Virtual environments
.venv
venv
env

# Python cache
__pycache__
*.pyc
*.pyo
*.pyd

# Git and OS files
.git
.DS_Store

# Hugging Face / Model Caches
.cache

venv/
env/
.git/
__pycache__/
*.log