24 lines
202 B
Plaintext
24 lines
202 B
Plaintext
.git
|
|
.gitignore
|
|
.DS_Store
|
|
.venv
|
|
__pycache__
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
.pytest_cache
|
|
.mypy_cache
|
|
|
|
webapp/frontend/node_modules
|
|
webapp/frontend/dist
|
|
|
|
notebooks
|
|
latex
|
|
models
|
|
poc1.egg-info
|
|
|
|
results
|
|
var/jobs
|
|
|
|
*.log
|