Files
news_all_spo/.gitignore
2026-05-15 03:31:28 +05:00

38 lines
1.5 KiB
Plaintext

# ── Secrets ────────────────────────────────────────────────────────────────
.env
# .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 ───────────────────────────────────────────────────────────
node_modules/
web/editor-ui/node_modules/
web/editor-ui/dist/
web/editor-ui/.vite/
web-react/node_modules/
web-react/dist/
web-react/.vite/
# ── IDE / OS ───────────────────────────────────────────────────────────────
.DS_Store
.idea/
.vscode/
*.swp
*.swo
# ── Claude Code internal ───────────────────────────────────────────────────
.claude/