# Build output: 22 MB of it, regenerated by `cargo build --release`.
/target/

# Waveform files and their index sidecars are data, not source.  The test
# files alone are ~6 GB; regenerate them with `wave-bench gen`.
*.raw
*.raw.idx
*.png

# The publishing scripts.  git_upload holds a live Codeberg access token; the
# other two read it back out of that file rather than duplicating it.  They
# used to sit one directory above the repo, which kept them out of reach by
# construction; now that the tree is flattened they live here, so they must be
# ignored explicitly.  This repo is force-pushed to a public host -- committing
# git_upload would publish the credential.  The other two are maintainer-only
# helpers with machine-specific absolute paths, which do not belong in a
# source release either.
/git_upload
/git_upload_tags
/git_upload_release
