chore(git): ignore build artifacts

Add **/build/ pattern and a descriptive comment to .gitignore to
exclude build directories from version control.
This commit is contained in:
abel
2026-03-09 16:59:45 +01:00
parent 1f3ffa8881
commit 251e6b860d

3
.gitignore vendored
View File

@@ -8,5 +8,8 @@
.vscode
__pycache__
# Build artifacts
**/build/
# Podman/Docker container storage artifacts
~/.fuzzforge/