Files
camelot-py/.gitignore
T
Vinayak Mehta fc0542bd3c Add Python 3 compatibility (#109)
* Add python3 compat

* Update .gitignore

* Update .gitignore again

* Remove debugging return

* Add unicode_literals import

* Bump version

* Add python3-tk note
2018-09-28 21:58:29 +05:30

14 lines
108 B
Plaintext

__pycache__/
*.py[cod]
*.so
build/
dist/
*.egg-info/
.eggs/
.coverage
coverage.xml
.pytest_cache/
_build/