Skip to content

Commit 413ed9f

Browse files
committed
chore(gitignore): ignore egg-info, build artifacts, coverage, and site
1 parent f325a55 commit 413ed9f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
__pycache__/
44
*.pyc
55
.pytest_cache/
6+
.ruff_cache/
7+
*.egg-info/
8+
build/
9+
dist/
10+
site/
11+
.coverage
12+
coverage.xml
613

714
# Local secrets/config (never commit)
815
.env

0 commit comments

Comments
 (0)