1
0
Fork 0
mirror of synced 2024-09-27 21:16:56 -04:00
dotbot/.gitignore
Kurt McKee d12aa83673 Document how to run the unit tests locally
When verifying the steps on Windows, the `.eggs` directory suddenly appeared.
This is now ignored.
2022-05-18 07:15:59 -05:00

10 lines
77 B
Text

*.egg-info
*.pyc
.coverage*
.eggs/
.idea/
.tox/
.venv/
build/
dist/
htmlcov/