summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorGab Virebent <gabriel1@virebent.art>2026-06-20 01:07:45 +0000
committerGab Virebent <gabriel1@virebent.art>2026-06-20 01:07:45 +0000
commitc6bb0b76e72e1211a756823763846b9f528f5f4a (patch)
tree471e94579c3b3e77225deb536fa2eed00f9e8f5f /.gitignore
downloadnymdrop-c6bb0b76e72e1211a756823763846b9f528f5f4a.tar.gz
nymdrop-c6bb0b76e72e1211a756823763846b9f528f5f4a.tar.xz
nymdrop-c6bb0b76e72e1211a756823763846b9f528f5f4a.zip
Initial public release: Nym-native anonymous submission system
End-to-end verified pipeline (browser -> HTTP relay -> Nym mixnet -> reader). Client-side X25519+HKDF+AES-GCM-256, no-log blind relay, AGPL-3.0.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore16
1 files changed, 16 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..ae42bb7
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,16 @@
+# Build outputs
+/nymdrop
+/nymdrop-reader
+/nymdrop-source
+
+# Vendored Nym binaries (fetch with scripts/fetch-nym-binaries.sh)
+**/bin/nym-client-linux-amd64
+**/bin/nym-socks5-client-linux-amd64
+/bundle/
+
+# Internal working notes (not for publication)
+session.md
+
+# Local artifacts
+*.log
+*.tmp