File size: 328 Bytes
af35098
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Ignore python virtual environments and dependencies
pytorch-cuda/
venv/
.venv/
env/

# Ignore python cache files
__pycache__/
*.pyc
*.pyo
*.pyd

# Ignore local environment file (production secrets should be injected via env variables)
.env

# Ignore git folder
.git/
.gitignore

# Ignore docker files
Dockerfile
.dockerignore