Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
153 changes: 153 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,153 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/

# Translations
*.mo
*.pot

# Django stuff:
*.log
local_settings.py
db.sqlite3

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/

# PyBuilder
target/

# Jupyter Notebook
.ipynb_checkpoints

# pyenv
.python-version

# celery beat schedule file
celerybeat-schedule

# SageMath parsed files
*.sage.py

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

# mkdocs documentation
/site

# mypy
.mypy_cache/

# Swap
[._]*.s[a-v][a-z]
[._]*.sw[a-p]
[._]s[a-v][a-z]
[._]sw[a-p]

# Session
Session.vim

# Temporary
.netrwhist
*~
# Auto-generated tag files
tags
# Persistent undo
[._]*.un~

# General
.DS_Store
.AppleDouble
.LSOverride

# Icon must end with two \r
Icon


# Thumbnails
._*

# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk


.vscode
cloudsdk
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"python.linting.pylintEnabled": false
"python.linting.pylintEnabled": false,
"python.pythonPath": "${workspaceFolder}/env/bin/python"
}
Binary file removed app.pyc
Binary file not shown.
Binary file removed cer/__init__.pyc
Binary file not shown.
Binary file removed cer/app.pyc
Binary file not shown.
Binary file removed cer/base.pyc
Binary file not shown.
Binary file removed cer/views.pyc
Binary file not shown.
Binary file removed csr/__init__.pyc
Binary file not shown.
Binary file removed csr/app.pyc
Binary file not shown.
Binary file removed csr/base.pyc
Binary file not shown.
Binary file removed csr/views.pyc
Binary file not shown.
Binary file removed des/__init__.pyc
Binary file not shown.
Binary file removed des/app.pyc
Binary file not shown.
Binary file removed des/base.pyc
Binary file not shown.
Binary file removed des/views.pyc
Binary file not shown.
Binary file removed feis/__init__.pyc
Binary file not shown.
Binary file removed feis/app.pyc
Binary file not shown.
Binary file removed feis/base.pyc
Binary file not shown.
Binary file removed feis/views.pyc
Binary file not shown.
Binary file removed hashs/__init__.pyc
Binary file not shown.
Binary file removed hashs/app.pyc
Binary file not shown.
Binary file removed hashs/base.pyc
Binary file not shown.
Binary file removed hashs/views.pyc
Binary file not shown.
Binary file removed rsa/__init__.pyc
Binary file not shown.
Binary file removed rsa/app.pyc
Binary file not shown.
Binary file removed rsa/base.pyc
Binary file not shown.
Binary file removed rsa/views.pyc
Binary file not shown.
Binary file removed test/create_key.pyc
Binary file not shown.
Binary file removed views.pyc
Binary file not shown.