Skip to content

Commit a34e496

Browse files
committed
add __init__.py
gitignore to handle sonar files
1 parent 02e63ea commit a34e496

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ instance/
6464
# Scrapy stuff:
6565
.scrapy
6666

67+
# Sonar
68+
.scannerwork/
69+
6770
# Sphinx documentation
6871
docs/_build/
6972

client_encryption/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from client_encryption.version import __version__

0 commit comments

Comments
 (0)