24 lines
299 B
Plaintext
24 lines
299 B
Plaintext
**/__pycache__
|
|
test.sh
|
|
renamelist.txt
|
|
.vscode
|
|
/build
|
|
|
|
# Docs build data
|
|
/docsource/build/
|
|
/docsource/source/_build
|
|
|
|
# Compiled python modules.
|
|
*.pyc
|
|
|
|
# Setuptools distribution folder.
|
|
/dist/
|
|
*.whl
|
|
*.tar.gz
|
|
|
|
# Python egg metadata, regenerated from source files by setuptools.
|
|
/*.egg-info
|
|
|
|
/misc
|
|
/tmp
|