Skip to content

Instantly share code, notes, and snippets.

@LondonAppDev
Created May 19, 2021 13:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LondonAppDev/8d89fcbc43fb0a4c593263ce80b0cbe3 to your computer and use it in GitHub Desktop.
Save LondonAppDev/8d89fcbc43fb0a4c593263ce80b0cbe3 to your computer and use it in GitHub Desktop.
Template .dockerignore.
# Git
.git
.gitignore
# Docker
.docker
# Python
app/__pycache__/
app/*/__pycache__/
app/*/*/__pycache__/
app/*/*/*/__pycache__/
.env/
.venv/
venv/
# Local PostgreSQL data
data/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment