Skip to content

Commit

Permalink
Improve gitignore file comments and organization.
Browse files Browse the repository at this point in the history
* Add a comment describing what the files does.
* Add sections to organize patterns.
  • Loading branch information
felddy committed Apr 12, 2021
1 parent 09744fa commit ba49077
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
@@ -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

0 comments on commit ba49077

Please sign in to comment.