# Exclude runtime config and data directories from the Docker build context.
# The config/ directory may contain secrets (e.g. twitter-cookies.txt) that are
# only needed at runtime via a volume mount — they must never reach the builder.
config/
docker/

# Development and VCS noise
.git/
.gitignore

# Generated build outputs — can be 1.4G (target/) and 243M (node_modules/)
# after a local dev build; exclude them to keep the build context small.
target/
frontend/node_modules/
frontend/dist/
