File tree 3 files changed +80
-0
lines changed
3 files changed +80
-0
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments