Files @ 3c69231d7781
Branch filter:

Location: gimmecert/.gitignore

branko
GC-39: Added support for Python 3.9:

- Updated release notes
- Updated functional test for changes in help output in Python 3.9.
- Updated comments on public signing keys used for validating the
Python archives when using Vagrant provisioning.
- Updated supported Python versions in package configuration file.
- Updated Python versions used for tests.
# 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