Improve gitignore file comments and organization.

* Add a comment describing what the files does.
* Add sections to organize patterns.
pull/113/head
Felddy 3 years ago
parent 09744fad25
commit ba49077ab4
No known key found for this signature in database
GPG Key ID: AFD7E112AF75260E
  1. 5
      .gitignore

5
.gitignore vendored

@ -1,3 +1,8 @@
# This file specifies intentionally untracked files that Git should ignore.
# Files already tracked by Git are not affected.
# See: https://git-scm.com/docs/gitignore
## Python ##
__pycache__
.mypy_cache
.python-version

Loading…
Cancel
Save