podup 3.0.1

Translate and run docker-compose files on rootless Podman
Documentation
# Local working notes
GAP_ANALYSIS.md

# Coverage & profiling (root-level artifacts only; anchored so they don't
# swallow source dirs such as tests/parse/coverage/)
*.profraw
*.profdata
/tarpaulin-report.html
/coverage/
/coverage-html*/
/coverage.json
/lcov.info

# Fuzzing
fuzz/corpus/
fuzz/artifacts/

# Merge conflicts
*.orig

# Build artifacts
/target
__pycache__/

# Debian build artifacts
debian/cargo-home/
debian/podup/
debian/debhelper-build-stamp
debian/files
debian/*.substvars
debian/*.log
.cargo/config.toml

# Host-specific benchmark output (published numbers live in README)
bench/results/

# Local tooling scratch directories. These are ignored on my machine by a global
# gitignore and by .git/info/exclude, neither of which travels with the repo —
# so on a fresh clone, on CI, or for anyone else, they were unprotected. This is
# a public repository and a single `git add -A` would publish them permanently.
.claude/
.superpowers/
.playwright-mcp/