Skip to content

Commit b175a20

Browse files
dougbatemanandrewmchen
authored andcommitted
.gitignore (#221)
* Minor changes * Removing training newline
1 parent f4a05cb commit b175a20

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.gitignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,9 @@
44
.cache
55
.*project
66
env
7-
.envrc
7+
.envrc
8+
dist
9+
build
10+
databricks_cli.egg-info
11+
.idea
12+
*.iml

databricks_cli/cli.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,6 @@ def cli():
5757
cli.add_command(secrets_group, name='secrets')
5858
cli.add_command(stack_group, name='stack')
5959
cli.add_command(groups_group, name='groups')
60+
61+
if __name__ == "__main__":
62+
cli()

0 commit comments

Comments
 (0)