# 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
