Skip to content

Commit 6bbbb47

Browse files
authored
chore: enhance .gitignore to filter out irrelevant python files (#2522)
* chore: add a .gitignore * merge inside existing gitignore * fix linter * minimal .gitignore
1 parent 7f2ec22 commit 6bbbb47

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

nodeadm/.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,8 @@ _dist
22
_bin
33

44
cover.out
5+
6+
# Ref: https://github.com/github/gitignore/blob/main/Python.gitignore
7+
# Byte-compiled / optimized / DLL files
8+
__pycache__/
9+
*.py[codz]
Binary file not shown.

0 commit comments

Comments
 (0)