15 lines
136 B
Plaintext
15 lines
136 B
Plaintext
./db
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
|
|
# Ignore Secrets
|
|
.env
|
|
|
|
# Node
|
|
node_modules/
|
|
dist/
|
|
package-lock.json
|
|
pnpm-lock.yaml
|
|
yarn.lock
|
|
.pnpm-store/ |