18 lines
139 B
Plaintext
18 lines
139 B
Plaintext
# Node
|
|
node_modules
|
|
dist
|
|
pnpm-debug.log*
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
.venv/
|
|
.pytest_cache/
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
|
|
# OS
|
|
.DS_Store
|