Files @ fe2d9f4c0378
Branch filter:

Location: gimmecert/.gitignore

branko
GC-2: Force doc building warnings from Sphinx to be treated as errors.
# Ignore IDE and backup files.
*~
.#*

# Ignore build artefacts.
docs/_build/
dist/

# Ignore Python artefacts.
.eggs/
.pytest_cache/
__pycache__/
*.egg-info/

# Ignore test artefacts.
.coverage
coverage/
.tox/