Add .gitignore and remove tracked node_modules, .venv, __pycache__, .db
This commit is contained in:
@@ -0,0 +1,9 @@
|
|||||||
|
node_modules/
|
||||||
|
.venv/
|
||||||
|
__pycache__/
|
||||||
|
*.pyc
|
||||||
|
*.db
|
||||||
|
.env
|
||||||
|
.trae/
|
||||||
|
.vite/
|
||||||
|
dist/
|
||||||
Reference in New Issue
Block a user