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

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

# __pycache__/
ci/__pycache__/
src/logging_strict/__pycache__/
src/logging_strict/bad_idea/__pycache__/
src/logging_strict/bad_idea/folder0/__pycache__/
src/logging_strict/bad_idea/folder1/__pycache__/
src/logging_strict/configs/__pycache__/
src/logging_strict/tech_niques/__pycache__/
src/logging_strict/util/__pycache__/
tests/__pycache__/
tests/tech_niques/__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
