From b1d4effd5c1373c337f4ab2dc5df6035f1a2835e Mon Sep 17 00:00:00 2001 From: drjones Date: Wed, 20 May 2026 10:03:56 -0700 Subject: [PATCH] chore: import local project into Gitea --- .gitignore | 30 ++++++++++++++++++++++++++++++ Evil-M5Project | 1 + README.md | 7 +++++++ 3 files changed, 38 insertions(+) create mode 100644 .gitignore create mode 160000 Evil-M5Project create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..81d430d --- /dev/null +++ b/.gitignore @@ -0,0 +1,30 @@ +# OS / tooling +.DS_Store +Thumbs.db + +# Editors +.cursor/ + +# Secrets +.env +.env.* +!.env.example +!.env.template + +# Python +__pycache__/ +*.py[cod] +.venv/ +venv/ + +# Node / frontend +node_modules/ +dist/ + +# Typical embedded / tooling noise +*.log + +# Builds (adjust per subtree if needed) +**/build/.ninja_deps +**/build/.ninja_log + diff --git a/Evil-M5Project b/Evil-M5Project new file mode 160000 index 0000000..2e3d7e0 --- /dev/null +++ b/Evil-M5Project @@ -0,0 +1 @@ +Subproject commit 2e3d7e06d1da5db8f870ef012053359596a0d9c1 diff --git a/README.md b/README.md new file mode 100644 index 0000000..29c269e --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# evil cardputer + +Wraps **`Evil-M5Project/`**: offensive automation / tooling tailored for Cardputer-form-factor M5Stack hardware. + +Open that subdirectory for platformio or Arduino manifests, payloads, README, and OLED/button wiring. + +Operate only hardware you legally own — many payloads fall under CFAA-equivalent statutes if abused.