Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
9 changes: 7 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,12 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*


.env
/src/components/Usecase3/backend/.venv
/src/components/Usecase3/backend/__pycache__
/src/components/Usecase3/backend/DataViz/__pycache__

.next
next-env.d.ts
venv/
__pycache__/
/api/notebook
Loading