# Exclude most commonly used patterns from Docker context
# to avoid transferring unnecessary files to the Docker daemon during build.
# We currently do not offer a way to customize this list during the build process.
**/__pycache__
**/.venv
**/.git
**/.vscode
**/.idea
**/*.swp
**/.DS_Store
