test ract
This commit is contained in:
35
.gitignore
vendored
35
.gitignore
vendored
@@ -1,4 +1,33 @@
|
||||
.claude/
|
||||
data/
|
||||
# ── Secrets ────────────────────────────────────────────────────────────────
|
||||
.env
|
||||
.env.example
|
||||
# .env.example is intentionally committed as a setup template
|
||||
|
||||
# ── Local data volumes (postgres / redis / minio) ─────────────────────────
|
||||
data/
|
||||
|
||||
# ── Python ─────────────────────────────────────────────────────────────────
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*.pyo
|
||||
.venv/
|
||||
.venv
|
||||
*.egg-info/
|
||||
.pytest_cache/
|
||||
.mypy_cache/
|
||||
.ruff_cache/
|
||||
uv.lock
|
||||
|
||||
# ── Node / React editor UI ─────────────────────────────────────────────────
|
||||
web/editor-ui/node_modules/
|
||||
web/editor-ui/dist/
|
||||
web/editor-ui/.vite/
|
||||
|
||||
# ── IDE / OS ───────────────────────────────────────────────────────────────
|
||||
.DS_Store
|
||||
.idea/
|
||||
.vscode/
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# ── Claude Code internal ───────────────────────────────────────────────────
|
||||
.claude/
|
||||
|
||||
Reference in New Issue
Block a user