Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerHYang authored Jan 2, 2024
1 parent bd7df70 commit 401d2e5
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
# Generated dirs
.vscode

# build files
.idea
node_modules
dist
sdist
*__pycache__*
**/.pytest_cache
**/.ipynb_checkpoints/
**/.DS_Store

# dependencies
node_modules
# Data files
*.csv
*.parquet
*.hdf
*.hdf5

# version.ts file is automatically generated at compile time
version.ts
# Un-supported files
pnpm-lock.yaml

0 comments on commit 401d2e5

Please sign in to comment.