init
This commit is contained in:
commit
94f6a54164
9 changed files with 231 additions and 0 deletions
26
.gitignore
vendored
Normal file
26
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
.idea/
|
||||
.vscode/
|
||||
__pycache__/
|
||||
|
||||
pay.conf
|
||||
log.txt
|
||||
test.py
|
||||
STRIPE
|
||||
venv/
|
||||
|
||||
uncloud/docs/build
|
||||
logs.txt
|
||||
|
||||
uncloud.egg-info
|
||||
|
||||
# run artefacts
|
||||
default.etcd
|
||||
__pycache__
|
||||
|
||||
# build artefacts
|
||||
uncloud/version.py
|
||||
build/
|
||||
venv/
|
||||
dist/
|
||||
|
||||
*.iso
|
||||
Loading…
Add table
Add a link
Reference in a new issue