gitignore : ignore docs/build

The docs will be added later but to prevent the mess when switching
between branches ignore the build folder.
This commit is contained in:
2026-01-04 19:22:04 +01:00
parent 7dd7b57e1f
commit 78a4d9df36

1
.gitignore vendored
View File

@@ -1,2 +1,3 @@
poetry.lock poetry.lock
__pycache__ __pycache__
docs/build