.dockerignore

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

# Testing data
/data

# Environment file
.env