Code import - branch 0.6.0

This commit is contained in:
2026-08-05 13:53:39 +00:00
commit d775f6b264
89 changed files with 23672 additions and 0 deletions

13
encode.sh Executable file
View File

@@ -0,0 +1,13 @@
source ./venv/bin/activate
pip install pathspec
pip install pyyaml
echo "
.git" >> .gitignore
python encrypt.py ./ code --ignore .gitignore --chunk-size 100000
sed -i '/.git/d' .gitignore
xdg-open .