Add Bambuddy InvenTree sync service
This commit is contained in:
17
.gitignore
vendored
Normal file
17
.gitignore
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
|
||||
data/
|
||||
*.sqlite
|
||||
*.sqlite3
|
||||
*.db
|
||||
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
.pycache_check/
|
||||
.pytest_cache/
|
||||
|
||||
dist/
|
||||
build/
|
||||
*.egg-info/
|
||||
Reference in New Issue
Block a user