102 lines
1.3 KiB
Text
102 lines
1.3 KiB
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/
|
|
/openflexure/
|
|
# 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
|
|
report.xml
|
|
pytest_report.xml
|
|
.coverage.picamera
|
|
.coverage.main
|
|
picamera_test_hashes.json
|
|
|
|
# Translations
|
|
*.mo
|
|
*.pot
|
|
|
|
# Django stuff:
|
|
*.log
|
|
|
|
# Documentation
|
|
apidocs
|
|
|
|
# PyBuilder
|
|
target/
|
|
|
|
#Big-o files
|
|
*.data
|
|
tests/images/out/
|
|
|
|
#IDE files
|
|
.vscode/
|
|
.idea/
|
|
activate
|
|
|
|
# UML diagrams
|
|
classes.png
|
|
packages.png
|
|
openflexure_microscope/cobertura.xml
|
|
|
|
# labthings settings
|
|
settings/
|
|
openflexure_settings/
|
|
|
|
# web app build
|
|
/src/openflexure_microscope_server/static/
|
|
|
|
# Files created by test utilities
|
|
/tests/utilities/*.pstats
|
|
/tests/utilities/*.png
|
|
|
|
# Files created by simulator
|
|
openflexure/
|
|
|
|
# js version file
|
|
/webapp/src/version.js
|
|
|
|
# Hypothesis
|
|
.hypothesis
|