2022-08-04 03:21:28 -07:00
|
|
|
# SPDX-FileCopyrightText: 2022 James R. Barlow
|
|
|
|
# SPDX-License-Identifier: MPL-2.0
|
|
|
|
|
2020-06-21 01:25:59 -07:00
|
|
|
# dotfiles
|
|
|
|
.*
|
|
|
|
!.coveragerc
|
|
|
|
!.dockerignore
|
|
|
|
!.git_archival.txt
|
|
|
|
!.gitattributes
|
|
|
|
!.gitignore
|
|
|
|
!.pre-commit-config.yaml
|
|
|
|
!.readthedocs.yml
|
|
|
|
|
|
|
|
# Dev scratch
|
2016-01-04 14:27:16 -08:00
|
|
|
*.ipynb
|
2018-03-02 15:24:42 -08:00
|
|
|
**/*.pyc
|
2020-06-21 01:25:59 -07:00
|
|
|
/*.pdf
|
|
|
|
/*.qdf
|
|
|
|
/*.png
|
|
|
|
/scratch.py
|
|
|
|
IDEAS
|
|
|
|
log/
|
|
|
|
tests/resources/private/
|
|
|
|
tmp/
|
|
|
|
venv*/
|
|
|
|
/debug_tests.py
|
|
|
|
*.traineddata
|
|
|
|
/private
|
|
|
|
|
|
|
|
# Package building
|
|
|
|
*.egg-info/
|
2016-01-04 14:27:16 -08:00
|
|
|
build/
|
|
|
|
dist/
|
2020-06-21 01:25:59 -07:00
|
|
|
wheelhouse/
|
|
|
|
pip-wheel-metadata/
|
|
|
|
|
|
|
|
# Code coverage
|
2016-01-04 14:27:16 -08:00
|
|
|
htmlcov/
|
2020-06-21 01:25:59 -07:00
|
|
|
|
|
|
|
# Docker specific
|
|
|
|
bin/
|
|
|
|
docs/
|
2016-01-04 14:27:16 -08:00
|
|
|
include/
|
|
|
|
lib/
|
2020-06-21 01:25:59 -07:00
|
|
|
|
|
|
|
# Docker include .git/
|
|
|
|
!.git/
|