Skip to content

Commit 96fde16

Browse files
committed
Exclude hatch and local files
1 parent 4e79119 commit 96fde16

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.gitignore

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ share/python-wheels/
2525
.installed.cfg
2626
*.egg
2727
MANIFEST
28+
.hatch/
2829

2930
# PyInstaller
3031
# Usually these files are written by a python script from a template
@@ -132,4 +133,9 @@ dmypy.json
132133
*.wpu
133134

134135
# Sphinx build
135-
docs/_build
136+
docs/_build
137+
docs/firebird-lib.docset/
138+
139+
# Other local files and directories
140+
local/
141+
work/

0 commit comments

Comments
 (0)