2021-08-20 11:00:56 +08:00
|
|
|
# python files
|
2021-02-25 17:35:36 +08:00
|
|
|
.pytest_cache
|
2021-08-20 11:00:56 +08:00
|
|
|
**/.pytest_cache
|
|
|
|
.idea
|
|
|
|
*.html
|
|
|
|
|
|
|
|
.python-version
|
2021-02-25 17:35:36 +08:00
|
|
|
__pycache__
|
|
|
|
.vscode
|
|
|
|
|
|
|
|
test_out/
|
|
|
|
*.pyc
|
|
|
|
|
|
|
|
db/
|
|
|
|
logs/
|
|
|
|
|
2021-08-20 11:00:56 +08:00
|
|
|
.coverage
|