Files @ 46ab61547ff2
Branch filter:

Location: gimmecert/.gitignore - annotation

branko
GC-17: Make sure all CLI tests switch to temporary test directory to ensure artifacts are not created by mistake in current 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/