# Files not needed in the container build context.
.git
.github
.vscode
.idea
.venv
venv
__pycache__
*.pyc
*.pyo
*.pyd
.pytest_cache
.mypy_cache
.ruff_cache
.coverage
coverage.xml
htmlcov
dist
build
*.egg-info
docs
*.log
.env
.env.*
.DS_Store
node_modules
tests
benchmarks
scripts
CHANGELOG.md
CONTRIBUTING.md
SECURITY.md
release-please-config.json
renovate.json5
codecov.yml
.factory
