build(.gitignore): add packaged filed to gitignore

This commit is contained in:
2024-09-15 14:39:27 +02:00
parent d0a0a760da
commit 89b593dca8

5
.gitignore vendored
View File

@@ -20,6 +20,11 @@ ENV/
env.bak/
venv.bak/
# Distribution / packaging
dist/
build/
/*cache/
# Log files
logs/
*.log