1
0
Fork 0
mirror of synced 2024-06-26 02:41:10 -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

11 lines
77 B
Plaintext

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