We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e79119 commit 96fde16Copy full SHA for 96fde16
1 file changed
.gitignore
@@ -25,6 +25,7 @@ share/python-wheels/
25
.installed.cfg
26
*.egg
27
MANIFEST
28
+.hatch/
29
30
# PyInstaller
31
# Usually these files are written by a python script from a template
@@ -132,4 +133,9 @@ dmypy.json
132
133
*.wpu
134
135
# Sphinx build
-docs/_build
136
+docs/_build
137
+docs/firebird-lib.docset/
138
+
139
+# Other local files and directories
140
+local/
141
+work/
0 commit comments