Files @ e0c84fc4581a
Branch filter:

Location: gimmecert/.gitignore

branko
GC-40: Updated Sphinx to latest available version and updated copyright notice in the documentation configuration file.
# Ignore IDE and backup files.
*~
.#*

# Ignore build artefacts.
docs/_build/
dist/
build/

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

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

# Ignore project temporary directory.
tmp/

# Ignore Vagrant artifacts.
.vagrant