mirror of
https://github.com/Katakate/k7.git
synced 2026-09-21 09:33:19 +00:00
d65ea43536
See CHANGELOG.md for what shipped.
62 lines
817 B
Plaintext
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
|