18 lines
140 B
Plaintext
18 lines
140 B
Plaintext
# Node.js
|
|
node_modules/
|
|
dist/
|
|
build/
|
|
.env
|
|
|
|
# Python
|
|
venv/
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# System
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# IDE
|
|
.vscode/
|