Skip to content

Commit

Permalink
Merge pull request #8 from pippobonas/flask-db-example
Browse files Browse the repository at this point in the history
Flask db example
  • Loading branch information
pippobonas authored May 22, 2024
2 parents 17946bc + 2130679 commit 31af328
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
.venv/
.vscode/

*.pyc
__pycache__/

.pytest_cache/
.coverage
htmlcov/

dist/
build/
*.egg-info/

.coverage
htmlcov/
Binary file added Flask/instance/KinetogrApp.db
Binary file not shown.

0 comments on commit 31af328

Please sign in to comment.