# Ignore build artifacts
target/
bin/
debug/

# Ignore the entire docker directory...
docker/
# ...but make an exception for the essential debug entrypoint script
!docker/debug/debug-entrypoint.sh

# Ignore frontend dependencies
frontend/node_modules/
frontend/build/

frontend/dist/

# Setup mode: never ship runtime config or credentials in Docker build context
config/*.yml
config/*.yaml
config/*.json
config/*.env
config/*.toml
config/*.ini
config/*.pem
config/*.key
config/user.txt
