qbit_manage/.dockerignore

26 lines
242 B
Text
Raw Normal View History

2021-11-22 03:34:55 +08:00
**/dist
**/build
*.spec
**/__pycache__
/.vscode
**/log
README.md
LICENSE
.gitignore
.dockerignore
.git
.github
.vscode
*.psd
config/**/*
config
Dockerfile
venv
.idea
2022-10-29 23:19:09 +08:00
.venv*
2021-11-22 03:34:55 +08:00
test.py
2021-12-29 01:19:58 +08:00
!config/config.yml.sample
2022-10-29 23:19:09 +08:00
.flake8
qbit_manage.egg-info/
.tox