
* uses now tox (currently with no tests) on python 2.7 and 3.4 * upgraded setup.py to setuptools
14 lines
127 B
Plaintext
14 lines
127 B
Plaintext
# python temporary files
|
|
*.pyc
|
|
|
|
# editor autosaves
|
|
$~
|
|
.idea/
|
|
|
|
# temporary data
|
|
temp
|
|
|
|
# packaging and testing
|
|
.tox/
|
|
*.egg-info/
|