# general things to ignore
htmlcov/
build/
dist/
*egg*
*.py[cod]
__pycache__/
*.so
*~
tinyprog/full_version.py

# due to using tox and pytest
.tox
.coverage
.pytest_cache
.cache
