# File patterns we want git to ignore
docs/api/
api_tests/

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

labarchives_api_docs

# Other files
TODO.md
nemo_api_schemas
.access_token
gitlab_backup.log
*credentials.ini
.coverage
.coverage.*
tests/coverage
NEMO_Feature_Manual.*

# Test data files (extracted from archives)
client/
tests/unit/files/*.dm[3-4]
tests/unit/files/*.ser
tests/unit/files/*.emi
tests/unit/files/*.xml
tests/unit/files/*.tif
!orion-zeiss_dataZeroed.tif
!quanta_just_modded_mdata.tif
!quanta_bad_metadata.tif
!test_STEM_image.dm3
!pfib-tescan.tif
tests/unit/files/*.hdf5
tests/unit/files/**/*.json
tests/integration/**/*.json
!seed_data.json
!reservation_questsions.json
tests/**/*.xml
!tests/integration/docker/cdcs/fixtures/test_record.xml
!tests/unit/files/*metadata.xml
tests/test_report.xml
.env
tests/.env.test
!tests/.env.test.example
cert_bundle.pem
.directory
test_db.sqlite
*.ipynb
coverage.xml
nexusLIMS.db
.DS_Store

# dev files
nexuslims_db.sqlite
*.pyc
.idea
.vscode
.zed
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
