Initial clean commit with .gitignore
This commit is contained in:
parent
4375f9b3e3
commit
57d82546c3
|
|
@ -0,0 +1,17 @@
|
|||
# Node.js
|
||||
node_modules/
|
||||
dist/
|
||||
build/
|
||||
.env
|
||||
|
||||
# Python
|
||||
venv/
|
||||
__pycache__/
|
||||
*.pyc
|
||||
|
||||
# System
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
Loading…
Reference in New Issue