Files @ b741f6e61345
Branch filter:

Location: gimmecert/.gitignore

branko
GC-2: Updated gitignore to exclude project temporary directory.
# 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/