mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2024-11-11 04:07:23 +08:00
52 lines
480 B
Plaintext
52 lines
480 B
Plaintext
.venv/
|
|
.idea/
|
|
.vscode/
|
|
.cache/
|
|
|
|
venv/
|
|
|
|
node_modules/
|
|
data/
|
|
db/
|
|
/resources/
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
*.pyw
|
|
/plugins/
|
|
|
|
#config
|
|
config/
|
|
!config/default.yml
|
|
_config.yml
|
|
config.yml
|
|
config.example.yml
|
|
|
|
# vuepress
|
|
.github
|
|
|
|
# mupy
|
|
mypy.ini
|
|
|
|
# nuitka
|
|
compile.bat
|
|
src/resources/templates/latest-debug.html
|
|
main.build/
|
|
main.dist/
|
|
main.exe
|
|
main.cmd
|
|
docs/.vuepress/.cache/
|
|
docs/.vuepress/.temp/
|
|
docs/.vuepress/dist/
|
|
prompt.txt
|
|
|
|
# js
|
|
**/echarts.js
|
|
.env
|
|
|
|
|
|
# pdm
|
|
.pdm-python
|
|
.pdm-build
|
|
dist |