14 lines
130 B
Plaintext
14 lines
130 B
Plaintext
|
|
.git
|
||
|
|
.gitignore
|
||
|
|
.env
|
||
|
|
.venv
|
||
|
|
__pycache__
|
||
|
|
*.pyc
|
||
|
|
*.pyo
|
||
|
|
*.pyd
|
||
|
|
.pytest_cache
|
||
|
|
node_modules
|
||
|
|
frontend/node_modules
|
||
|
|
frontend/dist
|
||
|
|
.DS_Store
|