Skip to content

Commit 2baa0bb

Browse files
committed
Update .gitignore.
1 parent 0475b68 commit 2baa0bb

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.gitignore

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,20 @@ compile_commands.json
5656
*.la
5757

5858
########################################
59-
# Python (uv / ruff / pytest / mypy)
59+
# Python (uv / ruff / pytest / mypy / setuptools)
6060
########################################
6161
# uv venvs
6262
.venv/
6363
.uv/
6464

65+
# setuptools
66+
build/
67+
dist/
68+
*.egg-info/
69+
*.eggs/
70+
*.egg
71+
pip-wheel-metadata/
72+
6573
# Python cache
6674
__pycache__/
6775
*.pyc

0 commit comments

Comments
 (0)