Commit 2864b25 1 parent 44aafc9 commit 2864b25 Copy full SHA for 2864b25
File tree 2 files changed +8
-6
lines changed
2 files changed +8
-6
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -71,6 +71,9 @@ instance/
71
71
# Sphinx documentation
72
72
docs /_build /
73
73
74
+ # uv stuff
75
+ uv.lock
76
+
74
77
# PyBuilder
75
78
.pybuilder /
76
79
target /
@@ -154,9 +157,8 @@ dmypy.json
154
157
# Cython debug symbols
155
158
cython_debug /
156
159
157
- # PyCharm
158
- # JetBrains specific template is maintained in a separate JetBrains.gitignore that can
159
- # be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
160
- # and can be added to the global gitignore or merged into this file. For a more nuclear
161
- # option (not recommended) you can uncomment the following to ignore the entire idea folder.
162
- # .idea/
160
+ # sphinx
161
+ docs /_build /
162
+
163
+ # uv stuff
164
+ uv.lock
You can’t perform that action at this time.
0 commit comments