chore: import local project into Gitea
This commit is contained in:
30
.gitignore
vendored
Normal file
30
.gitignore
vendored
Normal file
@@ -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
|
||||
|
||||
1
Evil-M5Project
Submodule
1
Evil-M5Project
Submodule
Submodule Evil-M5Project added at 2e3d7e06d1
7
README.md
Normal file
7
README.md
Normal file
@@ -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.
|
||||
Reference in New Issue
Block a user