Files
roboco/.dockerignore
T

44 lines
572 B
Plaintext
Raw Normal View History

2025-12-14 22:05:34 +01:00
.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
2025-12-15 20:59:31 +01:00
# NAS recycle bin (UGREEN NAS)
\#recycle
2026-04-20 15:10:54 +02:00
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