Dockerfile
.dockerignore

# Virtual Environment
.venv/

# Python cache
__pycache__/
*.pyc

# Git directory
.git/
