Add Bambuddy InvenTree sync service

This commit is contained in:
2026-04-15 13:45:55 +03:00
commit 9f3d825120
16 changed files with 1044 additions and 0 deletions

17
.gitignore vendored Normal file
View File

@@ -0,0 +1,17 @@
.env
.env.*
!.env.example
data/
*.sqlite
*.sqlite3
*.db
__pycache__/
*.py[cod]
.pycache_check/
.pytest_cache/
dist/
build/
*.egg-info/