29 lines
191 B
Plaintext
29 lines
191 B
Plaintext
log/*
|
|
html/*
|
|
*.pyc
|
|
pid/*
|
|
|
|
# ide
|
|
.idea
|
|
|
|
RELEASE-VERSION
|
|
build
|
|
|
|
# Sphinx
|
|
doc/_build
|
|
|
|
# Mac
|
|
.DS_Store
|
|
|
|
# pytest
|
|
.cache
|
|
.coverage
|
|
._*
|
|
|
|
# jupyter
|
|
.ipynb_checkpoints/
|
|
*.ipynb
|
|
|
|
# pyinstaller
|
|
dist/
|