2016-11-03 19:01:13 +00:00
|
|
|
# Byte-compiled and optimized files
|
|
|
|
__pycache__/
|
2018-09-26 13:50:58 +01:00
|
|
|
*.py[cod]
|
2016-11-03 19:01:13 +00:00
|
|
|
*$py.class
|
2018-09-26 13:50:58 +01:00
|
|
|
*.so
|
|
|
|
|
|
|
|
# cython generated C/HTML files
|
|
|
|
Lib/cu2qu/*.c
|
|
|
|
Lib/cu2qu/*.html
|
2016-11-03 19:01:13 +00:00
|
|
|
|
|
|
|
# Packaging
|
|
|
|
*.egg-info
|
|
|
|
*.eggs
|
2015-10-05 15:58:58 -07:00
|
|
|
build
|
2016-11-03 19:01:13 +00:00
|
|
|
dist
|
|
|
|
|
|
|
|
# Unit test and coverage files
|
|
|
|
.cache
|
|
|
|
.coverage
|
|
|
|
.coverage.*
|
|
|
|
.tox
|
|
|
|
htmlcov
|
2018-06-12 11:13:45 +01:00
|
|
|
.pytest_cache/
|
2016-11-03 19:01:13 +00:00
|
|
|
|
|
|
|
# OS X Finder
|
|
|
|
.DS_Store
|
2018-09-26 12:55:00 +01:00
|
|
|
|
|
|
|
# auto-generated version file
|
|
|
|
Lib/cu2qu/_version.py
|