# Python bytecode / optimized files
*.py[co]
*.egg-info
build
sdist
.vscode
*.swp
__pycache__/

# virtualenv
venv/

# Sphinx documentation
docs/_build

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.pytest_cache/
.eggs/
dist/
coverage.xml
tests/junit.xml

src/pytest_flask/_version.py

# Editors
.vscode
.code-workspace
