qbit_manage/.dockerignore
2021-12-28 12:19:58 -05:00

23 lines
213 B
Plaintext

**/dist
**/build
*.spec
**/__pycache__
/.vscode
**/log
README.md
LICENSE
.gitignore
.dockerignore
.git
.github
.vscode
*.psd
config/**/*
config
Dockerfile
venv
.idea
.venv
test.py
!config/config.yml.sample
.flake8