Add some project specific ignores

This commit is contained in:
Andrew Mulbrook 2026-03-26 16:11:11 -05:00
parent a67b9c48c2
commit 0b3025b878

8
.gitignore vendored
View file

@ -7,6 +7,14 @@ __pycache__/
# C extensions
*.so
# Project specify temporary / test files
*.db
.trove/
ai
tmp/
ui/
# Distribution / packaging
.Python
build/