Skip to content

Commit 42c0056

Browse files
authored
Merge pull request #6 from Geode-solutions/next
Next
2 parents e57f298 + 4f27c65 commit 42c0056

21 files changed

+973
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,3 @@ jobs:
99
with:
1010
npm: true
1111
secrets: inherit
12-

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
.pytest_cache
2+
*.egg-info
3+
venv
4+
__pycache__
5+
node_modules
6+
.mypy_cache
7+
*.db
8+
/build

0 commit comments

Comments
 (0)