# Build artifacts
*.tar.gz
*.tgz
*.iso

# Test fixtures are generated by tests/build-fixtures.sh — do NOT check in
# the synthetic tarballs themselves; rebuild from the script.
tests/fixtures/*.tar.gz
tests/fixtures/*.tgz

# Local docker scratch
.docker-build/
.docker-cache/

# Editor noise
.vscode/
.idea/
*.swp
*.swo
.DS_Store
Thumbs.db

# Local secrets (should never exist, but defense in depth)
.env
.env.local
*.key
*.pem

# Local test output
/tmp/
test-output/
*.log
