refactor: move files to hrp

This commit is contained in:
debugtalk
2022-03-23 10:36:24 +08:00
parent 6cb835c6c6
commit 2187d41e65
122 changed files with 23288 additions and 23 deletions

49
.gitignore vendored
View File

@@ -1,18 +1,41 @@
*.pyc
__pycache__
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# system or IDE generated files
__debug_bin
.vscode/
.idea/
.DS_Store
.vscode
.idea
.pypirc
*/tmp/*
build/*
dist/*
*.egg-info
.python-version
*.bak
# project output files
site/
output/
logs
.coverage
site/
reports
.venv
*.xml
htmlcov/
htmlcov/
# built plugins
debugtalk.bin
debugtalk.so
# python files
.venv
__pycache__
*.pyc
dist
*.egg-info
.python-version
.pytest_cache