20 lines
120 B
Plaintext
20 lines
120 B
Plaintext
log/*
|
|
html/*
|
|
*.pyc
|
|
pid/*
|
|
__pycache__
|
|
|
|
# ide
|
|
.idea
|
|
|
|
# Mac
|
|
.DS_Store
|
|
._*
|
|
|
|
# pytest
|
|
.cache
|
|
.coverage
|
|
|
|
# pyinstaller
|
|
dist/
|