Skip to content

Commit 97f3c4b

Browse files
authored
Ignore .*_cache and *.lock (#108)
So that one can use e.g. uv without accidentally committing the lock file.
1 parent f5b56ca commit 97f3c4b

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.gitignore

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
/.venv
2-
__pycache__
3-
/dist
4-
/site
5-
.env
61
*.sqlite3
2+
/*.lock
3+
/.*_cache/
4+
/.env
5+
/.venv/
6+
/dist/
7+
/site/
8+
__pycache__/

0 commit comments

Comments
 (0)