mirror of
https://github.com/rennf93/roboco.git
synced 2026-08-03 07:23:24 +02:00
44 lines
572 B
Plaintext
44 lines
572 B
Plaintext
.git
|
|
.gitignore
|
|
.github
|
|
.venv
|
|
.env
|
|
.env.*
|
|
__pycache__
|
|
*.pyc
|
|
*.pyo
|
|
.pytest_cache
|
|
.ruff_cache
|
|
.mypy_cache
|
|
.coverage
|
|
htmlcov
|
|
dist
|
|
build
|
|
*.egg-info
|
|
.tasks
|
|
tests
|
|
*.md
|
|
!README.md
|
|
Makefile
|
|
.pre-commit-config.yaml
|
|
|
|
# NAS recycle bin (UGREEN NAS)
|
|
\#recycle
|
|
Recycling Bin
|
|
|
|
# Panel (Next.js) build artifacts — re-generated by pnpm install / next build
|
|
panel/node_modules
|
|
panel/.next
|
|
panel/out
|
|
panel/coverage
|
|
panel/tsconfig.tsbuildinfo
|
|
|
|
# Local stateful data (postgres, redis, ollama, workspaces) — never in images
|
|
data/
|
|
logs/
|
|
*.log
|
|
|
|
# VCS and editor cruft
|
|
.idea
|
|
.vscode
|
|
.DS_Store |