# Exclude the project virtual environment from image builds
.venv
# Don't add credentials and other local stuff
.env
media
db.sqlite3
src/db.sqlite3