# Exclude files that don't need to be in the Docker build context .git .gitignore .github/ *.md !README.md .env* !.env.example .venv/ __pycache__/ *.pyc *.pyo *.pyd .pytest_cache/ .coverage htmlcov/ .tox/ .mypy_cache/ .DS_Store node_modules/ *.log tests/ docs/ images/ signatures/ depot.json ellipsis.yaml conftest.py pytest.ini docker-compose*.yml uv.lock poetry.lock