Skip to content

Commit c6c96c1

Browse files
authored
fix: git ignore .egg-info (#273)
1 parent 806e3a5 commit c6c96c1

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ node_modules/
5151

5252
# Python
5353
__pycache__/
54+
*.egg-info/
5455
*.py[cdo]
5556
.venv/
5657
dist/

template/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ node_modules/
5151

5252
# Python
5353
__pycache__/
54+
*.egg-info/
5455
*.py[cdo]
5556
.venv/
5657
dist/

{{ cookiecutter.__project_name_kebab_case }}/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ dist/
5555

5656
# Python
5757
__pycache__/
58+
*.egg-info/
5859
*.py[cdo]
5960

6061
# Ruff

0 commit comments

Comments
 (0)