mirror of https://github.com/midoks/mdserver-web
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
196 lines
2.4 KiB
196 lines
2.4 KiB
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# C extensions
|
|
*.so
|
|
|
|
# Distribution / packaging
|
|
.Python
|
|
develop-eggs/
|
|
dist/
|
|
downloads/
|
|
eggs/
|
|
.eggs/
|
|
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/
|
|
lib/python*
|
|
|
|
# Spyder project settings
|
|
.spyderproject
|
|
.spyproject
|
|
|
|
# Rope project settings
|
|
.ropeproject
|
|
|
|
# mkdocs documentation
|
|
/site
|
|
|
|
bin
|
|
pyvenv.cfg
|
|
include
|
|
share
|
|
pip-selfcheck.json
|
|
|
|
# mypy
|
|
.mypy_cache/
|
|
|
|
.DS_Store
|
|
.idea/*.xml
|
|
.idea/*.iml
|
|
tmp/*
|
|
*.swp
|
|
*.pem
|
|
*.zip
|
|
debug.out
|
|
mdioks.session-journal
|
|
*.session
|
|
|
|
temp
|
|
|
|
logs/panel.pid
|
|
logs/panel.log
|
|
logs/panel_task.log
|
|
logs/panel_exec.log
|
|
logs/panel_task.lock
|
|
|
|
ssl/local
|
|
ssl/nginx
|
|
ssl/choose.pl
|
|
|
|
scripts/init.d/mw
|
|
scripts/mdserver-web
|
|
|
|
data/api_login.txt
|
|
data/sessions
|
|
|
|
data/*.db
|
|
data/iplist.txt
|
|
data/json/index.json
|
|
data/json/config.json
|
|
data/site.pl
|
|
data/admin_path.pl
|
|
data/close.pl
|
|
data/datadir.pl
|
|
data/502Task.pl
|
|
data/default.pl
|
|
data/backup.pl
|
|
data/debug.pl
|
|
data/default_site.pl
|
|
data/ssl.pl
|
|
|
|
data/port.pl
|
|
data/ipv6.pl
|
|
data/restart.pl
|
|
data/edate.pl
|
|
data/osname.pl
|
|
data/only_netio_counters.pl
|
|
data/system.db-journal
|
|
data/hook_*.json
|
|
data/letsencrypt.json
|
|
data/basic_auth.json
|
|
data/notify.json
|
|
data/api.json
|
|
data/bind_domain.pl
|
|
data/unauthorized_status.pl
|
|
data/auth_secret.pl
|
|
data/panelSpeed.pl
|
|
|
|
plugins/vip_*
|
|
plugins/own_*
|
|
plugins/my_*
|
|
plugins/op_auth
|
|
plugins/l2tp
|
|
plugins/openlitespeed
|
|
plugins/tamper_proof
|
|
plugins/zimg
|
|
plugins/bk_demo
|
|
plugins/mail
|
|
plugins/fastdfs
|
|
plugins/v2ray
|
|
plugins/frp
|
|
plugins/file_search
|
|
plugins/proxysql
|
|
plugins/tidb
|
|
plugins/goedge-admin
|
|
plugins/goedge-node
|
|
plugins/goedge-happy
|
|
|
|
/logs
|
|
/data
|
|
/plugins/flexcdn
|
|
/plugins/tools
|
|
/plugins/choose-linux-python
|
|
|