# Keep the appliance build context lean. The wheel build needs src/, packs/,
# specs/, examples/, pyproject.toml, README.md, build-config/; little else.
.git
.github
site/node_modules
site
runs
snapshots
dev/build
uofa
**/__pycache__
*.pyc
*.pyo
.pytest_cache
.coverage
htmlcov
dist
build
*.egg-info
# Gitignored bundled artifacts — rebuilt inside the image, never shipped from host.
src/uofa_cli/_engine/*.jar
src/uofa_cli/_runtime/jre
src/uofa_cli/_runtime/PLATFORM
src/uofa_cli/_runtime/JRE_VERSION
# Maven build output (the JAR is rebuilt in the builder stage).
src/weakener-engine/target
# Local secrets / keys (the demo generates its own ephemeral key).
keys/*.key
