# File patterns we want git to ignore

# Markdown files
*.md
!README.md
!MIGRATION_GUIDE.md

# backup
*~
*.bak
backups
.~lock*

# Other files
nemo_api_schemas
.access_token
gitlab_backup.log
*credentials.ini
.coverage
.coverage.*
tests/coverage
tests/files/*.dm[3-4]
tests/files/*.ser
tests/files/*.emi
tests/files/*.xml
tests/files/*.tif
tests/files/*.hdf5
tests/files/**/*.json
tests/**/*.xml
tests/test_report.xml
.env
cert_bundle.pem
.directory
test_db.sqlite
*.ipynb
coverage.xml
nexusLIMS.db
.DS_Store

# dev files
nexuslims_db.sqlite
*.pyc
.idea
.vscode
test_data/
tests/dev/
**/doc/build
**/db_logger_gui/build
mdcs/nexusLIMS/doc/source/api/*.rst
nexusLIMS/dev_scripts/read_bad_tif.py
_coverage_output
.venv/
*.sqbpro
.tox/
**/schemas/records
_build
coverage.xml
._*
*-checkpoint.ipynb
Untitled.ipynb

# Ignore auto-generated version switcher for docs
docs/_static/switcher.json

# pip installation files
*.egg-info

# pytest coverage results
htmlcov/

# pickle save files
*.pk

# Oxygen project files
*.xpr
