mirror of https://github.com/databricks/cli.git
20 lines
196 B
Plaintext
20 lines
196 B
Plaintext
|
.venv
|
||
|
|
||
|
# Byte-compiled / optimized / DLL files
|
||
|
__pycache__/
|
||
|
*.py[cod]
|
||
|
*$py.class
|
||
|
|
||
|
# Sphinx
|
||
|
_output
|
||
|
docs/_build/
|
||
|
|
||
|
# Distribution / packaging
|
||
|
build/
|
||
|
dist/
|
||
|
*.egg-info/
|
||
|
*.egg
|
||
|
|
||
|
# Test output
|
||
|
.coverage
|