Skip to content

Commit 71b1c04

Browse files
committed
chore: Cleaning up the repo.
This commit simply removes some unused config files as well as the deprecated `example` directory. Signed-off-by: Paulo Vital <paulo.vital@ibm.com>
1 parent 9ad0d01 commit 71b1c04

14 files changed

Lines changed: 2 additions & 1029 deletions

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
__pycache__/
33
*.py[cod]
44
*$py.class
5+
*.pyo
56

67
# C extensions
78
*.so
@@ -40,7 +41,7 @@ htmlcov/
4041
.tox/
4142
.coverage
4243
.coverage.*
43-
.cache
44+
.*cache
4445
coverage.xml
4546
*,cover
4647
.hypothesis/

0 commit comments

Comments
 (0)