Skip to content

Commit 183cb29

Browse files
committed
chore: initial structure
1 parent 870c4f7 commit 183cb29

File tree

3 files changed

+80
-0
lines changed

3 files changed

+80
-0
lines changed

.editorconfig

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
root = true
2+
3+
[*.py]
4+
indent_size = 4
5+
6+
[*]
7+
indent_style = space
8+
charset = utf-8
9+
trim_trailing_whitespace = true
10+
insert_final_newline = true

src/backup/.gitignore

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
secrets.json
2+
sheets-sa.json
3+
4+
*.py[cod]
5+
6+
# Packages
7+
.eggs/
8+
*.egg
9+
*.egg-info
10+
dist
11+
build
12+
eggs
13+
parts
14+
bin
15+
var
16+
sdist
17+
develop-eggs
18+
.installed.cfg
19+
lib
20+
lib64
21+
__pycache__
22+
23+
# Installer logs
24+
pip-log.txt
25+
26+
*.pyt.xml
27+
*.csv.xml
28+
arc.dir
29+
.pytest_cache
30+
__pycache__
31+
32+
.env/
33+
.DS_Store
34+
cov.xml
35+
.coverage

src/restore/.gitignore

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
secrets.json
2+
sheets-sa.json
3+
4+
*.py[cod]
5+
6+
# Packages
7+
.eggs/
8+
*.egg
9+
*.egg-info
10+
dist
11+
build
12+
eggs
13+
parts
14+
bin
15+
var
16+
sdist
17+
develop-eggs
18+
.installed.cfg
19+
lib
20+
lib64
21+
__pycache__
22+
23+
# Installer logs
24+
pip-log.txt
25+
26+
*.pyt.xml
27+
*.csv.xml
28+
arc.dir
29+
.pytest_cache
30+
__pycache__
31+
32+
.env/
33+
.DS_Store
34+
cov.xml
35+
.coverage

0 commit comments

Comments
 (0)