21 lines
173 B
Text
21 lines
173 B
Text
|
|
node_modules
|
||
|
|
npm-debug.log
|
||
|
|
.git
|
||
|
|
.gitignore
|
||
|
|
README.md
|
||
|
|
.env
|
||
|
|
.env.local
|
||
|
|
.DS_Store
|
||
|
|
__pycache__
|
||
|
|
*.pyc
|
||
|
|
.pytest_cache
|
||
|
|
.venv
|
||
|
|
venv
|
||
|
|
.vscode
|
||
|
|
.idea
|
||
|
|
dist
|
||
|
|
*.log
|
||
|
|
*.sql
|
||
|
|
.env*
|
||
|
|
!.env.example
|