# Reference: https://github.com/github/gitignore/blob/main/Python.gitignore

##@ Distribution / packaging / kitting
build/
dist/
*.egg-info/
sdist/
wheels/
.tox/
.rst2html5/

# __pycache__/
src/pytest_logging_strict/__pycache__/
tests/__pycache__/
tests/test_v0/__pycache__/
tests/test_v1/__pycache__/


##@ mypy
.mypy_cache/
.dmypy.json
dmypy.json

##@ Unit test / coverage reports
.coverage
.coverage.*
.coverage-*
coverage.xml
coverage.json

##@ pyenv
# Placed in parent of package base folder. So not in repository
# .python-version

##@ stuff in the root
junk/
retired/
cheats.txt

## autogenerated by setuptools_scm
src/logging_strict/_version.py

# sphinx
docs/_build/
.doc
.venv
