figenc

[RADIOACTIVE] rsa and symmetric key encryption scripts and executables
git clone git://git.figbert.com/figenc.git
Log | Files | Refs | README

.gitignore (240B)


      1 #Ignoring the .vscode folder and all its contents, which contains personal settings
      2 .vscode
      3 #Ignoring the __pycache__ folder and all its contents, because it is compiled code
      4 Scripts/__pycache__
      5 #Ignoring Mac specific folder files
      6 .DS_Store