# Include any files or directories that you don't want to be copied to your
# container here (e.g., local build artifacts, temporary files, etc.).
#
# For more help, visit the .dockerignore file reference guide at
# https://docs.docker.com/go/build-context-dockerignore/
**/__pycache__
**/.dockerignore
**/Dockerfile*
**/node_modules
venv*
.github*
.circleci*
