Skip to content

Commit

Permalink
chore: update .gitignore (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerHYang authored Jan 2, 2024
1 parent 0bfee13 commit afbe567
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 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
version.ts

0 comments on commit afbe567

Please sign in to comment.