feat(infra): add .dockerignore for codespaces (#34533)

This commit is contained in:
Mason Daugherty
2025-12-29 17:58:28 -06:00
committed by GitHub
parent ea25f5ebdd
commit 33378f16fb

34
.dockerignore Normal file
View File

@@ -0,0 +1,34 @@
# Git
.git
.github
# Python
__pycache__
*.pyc
*.pyo
.venv
.mypy_cache
.pytest_cache
.ruff_cache
*.egg-info
.tox
# IDE
.idea
.vscode
# Worktree
worktree
# Test artifacts
.coverage
htmlcov
coverage.xml
# Build artifacts
dist
build
# Misc
*.log
.DS_Store