Skip to content

Commit 2864b25

Browse files
committed
wrongly named workflow folder
1 parent 44aafc9 commit 2864b25

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed
File renamed without changes.

.gitignore

+8-6
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ instance/
7171
# Sphinx documentation
7272
docs/_build/
7373

74+
# uv stuff
75+
uv.lock
76+
7477
# PyBuilder
7578
.pybuilder/
7679
target/
@@ -154,9 +157,8 @@ dmypy.json
154157
# Cython debug symbols
155158
cython_debug/
156159

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

0 commit comments

Comments
 (0)