# Files/directories excluded from Docker build context for local distribution builds.
.git
.gitignore

# Local virtualenvs and caches
venv*
.venv
__pycache__
*.py[cod]
.pytest_cache
.mypy_cache
.ruff_cache
.cache
.packaging-cache/*
!.packaging-cache/build-manifest.json

# Large runtime/generated data
models
offload
township_output
dist
dist-package
*.log
tmp
debug.log
CoderAI.gif

# Produced artifacts and tool session/output dirs (mounted as volumes at runtime,
# never baked into the image)
video_editor/sessions
video_editor.config.json
tools/videogen_output
tools/township_output
tools/coderai_media
samples

# Build outputs
build
*.egg-info
