commit 6f24fa5d261ceb051ec835577427fcba32837d47 Author: megaproxy Date: Fri Jul 10 21:52:04 2026 +0100 Initial scaffold: promote JANKENSTEIN idea to project (Unity, NGO+Relay prototype plan) diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4e649ae --- /dev/null +++ b/.gitignore @@ -0,0 +1,42 @@ +# Secrets — never commit +.env +.env.* +!.env.example +*.pem +*.key +*.p12 +*.pfx +secrets/ +credentials/ +.aws/ +.ssh/ + +# Dependencies / build artifacts +node_modules/ +__pycache__/ +*.py[cod] +.venv/ +venv/ +env/ +dist/ +build/ +target/ +*.egg-info/ + +# Editor / OS noise +.DS_Store +Thumbs.db +.vscode/ +.idea/ +*.swp +*.swo + +# Logs / caches +*.log +.cache/ +.pytest_cache/ +.mypy_cache/ +.ruff_cache/ +coverage/ +.coverage +.nyc_output/