# Ignore .env file to prevent it from being added to the Docker image | |
.env | |
# Other files/directories to exclude from the Docker build | |
.git | |
__pycache__ | |
*.pyc |
# Ignore .env file to prevent it from being added to the Docker image | |
.env | |
# Other files/directories to exclude from the Docker build | |
.git | |
__pycache__ | |
*.pyc |