Skip to content

Commit 3b64f4e

Browse files
committed
Ignore files that get duplicated on local dev
I'm not entirely happy that I have to do this, but I can't think of a better way to handle this during local development as the uv files need to be at the same level as the app code at runtime, but are in different directories during development.
1 parent 6924ecb commit 3b64f4e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@ _psql
55
*.env
66
.DS_Store
77
_app/**/styles/*.css
8+
_app/.venv
9+
_app/pyproject.toml
10+
_app/uv.lock

0 commit comments

Comments
 (0)