feat: Initialize project with core dependencies, Vultr API client, customer database service, and migration documentation.
This commit is contained in:
18
.gitignore
vendored
18
.gitignore
vendored
@@ -1,10 +1,10 @@
|
||||
__pycache__/
|
||||
*.pyc
|
||||
node_modules
|
||||
.wwebjs_auth
|
||||
.wwebjs_cache
|
||||
db/*.db
|
||||
db/*.db-journal
|
||||
.env
|
||||
.idea/
|
||||
.vscode/
|
||||
venv/
|
||||
env/
|
||||
dist/
|
||||
build/
|
||||
*.egg-info/
|
||||
config.json
|
||||
*.pyc
|
||||
__pycache__/
|
||||
.billing_cache_*.json
|
||||
|
||||
Reference in New Issue
Block a user