tutor/.gitignore

14 lines
139 B
Plaintext

.*.swp
!.gitignore
TODO
__pycache__
*.egg-info/
/build/
/dist/
/release_description.md
# Unit test/ coverage reports
.coverage
/htmlcov/