Skip to content

Commit

Permalink
Add .gitignore to exclude unnecessary files
Browse files Browse the repository at this point in the history
  • Loading branch information
Mushtary Alam authored and Mushtary Alam committed Jan 8, 2025
1 parent fc7a86e commit 91087a8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
.DS_Store
*.log
node_modules/

.DS_Store
__pycache__
*.pytest_cache
venv/
Expand Down

0 comments on commit 91087a8

Please sign in to comment.