File size: 104 Bytes
25db7e9
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
.dockerignore

# Python cache files
**.pyc
**/__pycache__

# Testing data
/data

# Environment file
.env