Files @ e82ee8e024f4
Branch filter:

Location: gimmecert/.gitignore

branko
GC-11: Expanded help to include some more information on tool usage.
# 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/

# Ignore project temporary directory.
tmp/