Files
k7/.gitignore
G d65ea43536 Release 0.2.0
See CHANGELOG.md for what shipped.
2026-08-12 00:01:43 +02:00

62 lines
817 B
Plaintext

# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv*/
.env
# Build artifacts
dist/
build/
*.egg
*.deb
# Debian packaging artifacts
*.buildinfo
*.changes
*.dsc
*.tar.xz
*.tar.gz
*.build
debian/.debhelper/
debian/debhelper-build-stamp
debian/files
debian/k7.substvars
# Nuitka artifacts
*.onefile-build/
.nuitka-cache/
# Local tooling
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
coverage.xml
# IDE/editor
.vscode/
.idea/
editor-config/plans/
# Temporary files
tmp/
# Work directories (ignore any 'work' dir at any depth)
**/work/**
debian/prebuilt/
# macOS metadata
**/.DS_Store
# Kata osbuilder (external dependency, cloned by build scripts)
osbuilder/
# Rootfs build artifacts
kata-rootfs/
rootfs-qemu-lh.img*
# SSH keys (temporary baked key, will move to K8s Secrets)
k7-vm-ssh-key
k7-vm-ssh-key.pub