fc0542bd3c
* Add python3 compat * Update .gitignore * Update .gitignore again * Remove debugging return * Add unicode_literals import * Bump version * Add python3-tk note
14 lines
108 B
Plaintext
14 lines
108 B
Plaintext
__pycache__/
|
|
*.py[cod]
|
|
*.so
|
|
|
|
build/
|
|
dist/
|
|
*.egg-info/
|
|
.eggs/
|
|
.coverage
|
|
coverage.xml
|
|
|
|
.pytest_cache/
|
|
_build/
|