chore(.gitignore): always track .gitkeeps

This commit is contained in:
2026-03-17 21:36:49 +01:00
parent 38933c1afc
commit c29f12b375

4
.gitignore vendored
View File

@@ -29,10 +29,12 @@ venv.bak/
!uv.lock !uv.lock
# Distribution / packaging # Distribution / packaging
dist/ **/dist/*
build/ build/
/*cache/ /*cache/
!**/.gitkeep
# Tests # Tests
.pytest_cache/ .pytest_cache/
.coverage .coverage