Skip to content

Commit ba49077

Browse files
committed
Improve gitignore file comments and organization.
* Add a comment describing what the files does. * Add sections to organize patterns.
1 parent 09744fa commit ba49077

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# This file specifies intentionally untracked files that Git should ignore.
2+
# Files already tracked by Git are not affected.
3+
# See: https://git-scm.com/docs/gitignore
4+
5+
## Python ##
16
__pycache__
27
.mypy_cache
38
.python-version

0 commit comments

Comments
 (0)