18 lines
145 B
Plaintext
18 lines
145 B
Plaintext
|
|
.git
|
||
|
|
.gitignore
|
||
|
|
**/.DS_Store
|
||
|
|
|
||
|
|
frontend/node_modules
|
||
|
|
frontend/dist
|
||
|
|
backend/venv
|
||
|
|
|
||
|
|
data
|
||
|
|
workspace
|
||
|
|
|
||
|
|
**/__pycache__
|
||
|
|
**/*.pyc
|
||
|
|
**/*.pyo
|
||
|
|
**/*.pyd
|
||
|
|
|
||
|
|
*.log
|