File size: 394 Bytes
92179c3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Git
.git
.gitignore

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

# Local Virtual Environments (Crucial to ignore)
venv
env
.env
.venv

# Local Model Folders (Docker will download a fresh copy on Linux)
dnabert_local
*.bin
*.safetensors

# Mac System Files
.DS_Store

# Frontend Artifacts (If you have them in the same folder)
node_modules
.next
build
dist

# Docker
Dockerfile
.dockerignore