.git
.tox
.venv
__pycache__
*.pyc
*.egg-info
dist
build
.pytest_cache
.mypy_cache
.ruff_cache
# Exclude e2e test infra from the airflow-mcd package image, but keep entrypoint.sh
# which is copied explicitly by the Dockerfile.
scripts/e2e/dags
scripts/e2e/mock_server
scripts/e2e/docker-compose.yml
scripts/e2e/run_e2e.sh
scripts/e2e/Dockerfile
