File size: 226 Bytes
40cef76
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Prevent secrets and junk from being baked into Docker images

# Secrets
.env
.env.*

# macOS junk
.DS_Store

# Python cache
__pycache__/
*.py[cod]

# Virtual environments
.venv/
venv/

# Git stuff (optional)
.git
.gitignore