webssh

Web based ssh client https://github.com/huashengdun/webssh webssh.huashengdun.org/
git clone http://git.hanabi.in/repos/webssh.git
Log | Files | Refs | README | LICENSE

.gitignore (777B)


      1 # Byte-compiled / optimized / DLL files
      2 __pycache__/
      3 *.py[cod]
      4 
      5 # C extensions
      6 *.so
      7 
      8 # Distribution / packaging
      9 .Python
     10 env/
     11 build/
     12 develop-eggs/
     13 dist/
     14 eggs/
     15 lib/
     16 lib64/
     17 parts/
     18 sdist/
     19 var/
     20 *.egg-info/
     21 .installed.cfg
     22 *.egg
     23 
     24 # PyInstaller
     25 #  Usually these files are written by a python script from a template 
     26 #  before PyInstaller builds the exe, so as to inject date/other infos into it.
     27 *.manifest
     28 *.spec
     29 
     30 # Installer logs
     31 pip-log.txt
     32 pip-delete-this-directory.txt
     33 
     34 # Unit test / coverage reports
     35 htmlcov/
     36 .tox/
     37 .coverage
     38 .cache
     39 .pytest_cache/
     40 nosetests.xml
     41 coverage.xml
     42 
     43 # Translations
     44 *.mo
     45 *.pot
     46 
     47 # Django stuff:
     48 *.log
     49 
     50 # Sphinx documentation
     51 docs/_build/
     52 
     53 # PyBuilder
     54 target/
     55 
     56 # database file
     57 *.sqlite
     58 *.sqlite3
     59 *.db
     60 
     61 # temporary file
     62 *.swp
     63 
     64 # known_hosts file
     65 known_hosts