*~
# vim
*.sw[klmnop]
# python
*.py[co~]
.python-version
# Ignoring build dir
/build
/dist
/*.egg-info/
# Virtual environments
venv*
.env*
# Coverage reports
/cover/
/.coverage
/htmlcov
# Ignoring profiling reports
*.prof
*.lprof
# Tox and pytest
/.tox
/.cache
/.pytest_cache
# Generated by setuptools_scm
flask_compress/_version.py
