jeepyb/.gitignore
Clark Boylan c7f4d61b82 Switch from tox to nox
Recent tox releases have put us on a config treadmill. Avoid these
issues entirely by using nox. Nox is a tox alternative that uses
standard tools like pip and should be simpler to use for us.

Change-Id: Ifce288808f535b5ee071dddc597ef54a6d3d03bb
Depends-On: https://review.opendev.org/883664
2023-05-19 17:15:47 +00:00

11 lines
81 B
Plaintext

.tox
.nox
build/*
*.pyc
jeepyb/versioninfo
AUTHORS
ChangeLog
dist/*
*.egg*
.idea