Notfellchen/.dockerignore

12 lines
141 B
Plaintext

# Exclude everything and allow only the necessary files
*
!/docker/
!/src/
!/src/manage.py
!/pyproject.toml
# Python
*.py[cod]
__pycache__