14 lines
178 B
Plaintext
14 lines
178 B
Plaintext
.git
|
|
.gitignore
|
|
**/__pycache__
|
|
**/*.py[cod]
|
|
**/.pytest_cache
|
|
**/.mypy_cache
|
|
**/.ruff_cache
|
|
**/.venv
|
|
frontend/node_modules
|
|
frontend/build
|
|
frontend/.react-router
|
|
deploy/data
|
|
*.zip
|