openflexure-microscope-server/.gitignore
Richard e33e92b43a Generate and use pytest XML reports
This generates XML reports when we run pytest through poe, and
uploads them in the relevant CI stage.

I've also ignored mypy cache files - I'm not sure why this hasn't
been an issue before...
2021-08-10 11:29:09 +01:00

78 lines
940 B
Text

# Pyenv files
.python-version
.venv*/
.env*/
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
# Mypy cache
.mypy_cache*
# C extensions
*.so
# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
pip-wheel-metadata/
# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.cache
nosetests.xml
coverage.xml
pytest_report.xml
# Translations
*.mo
*.pot
# Django stuff:
*.log
# Sphinx documentation
docs/_build/
# PyBuilder
target/
#Big-o files
*.data
tests/images/out/
#IDE files
.vscode/
.idea/
activate
# UML diagrams
classes.png
packages.png
openflexure_microscope/cobertura.xml