Merge pull request #70 from cisagov/improvement/gitignore_me

Improve gitignore file comments and organization.
pull/113/head
Nick M 3 years ago committed by GitHub
commit b0e7f014e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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