16 lines
177 B
Plaintext
16 lines
177 B
Plaintext
|
# Byte-compiled / optimized / DLL files
|
||
|
__pycache__/
|
||
|
*.py[cod]
|
||
|
*$py.class
|
||
|
|
||
|
# Distribution
|
||
|
build/
|
||
|
dist/
|
||
|
.eggs/
|
||
|
*.egg-info/
|
||
|
|
||
|
# Unit test
|
||
|
.tox/
|
||
|
# Sphinx documentation
|
||
|
docs/_build/
|