Skip to content

Commit cc17c55

Browse files
committed
Make gitignore a bit more useful
1 parent d117b06 commit cc17c55

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.gitignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,17 @@
22
__pycache__/
33
*.egg-info
44
/dist
5+
.coverage
56

67
# pdm
78
/.pdm-plugins
89
/.pdm-python
910
/.pdm-build
1011
/.venv
12+
/.env*
13+
/.env.*
14+
/overrides.txt
15+
1116

1217
# pytest
1318
/.pytest_cache
@@ -25,4 +30,4 @@ __pycache__/
2530
*.gtkw
2631

2732
# misc
28-
log
33+
log

0 commit comments

Comments
 (0)