33 lines
492 B
Plaintext
33 lines
492 B
Plaintext
# Runtime data (Docker volumes)
|
|
data/
|
|
import-data/
|
|
import/
|
|
gitea/
|
|
|
|
# Secrets
|
|
.env
|
|
|
|
# Dev scripts / DB dumps
|
|
scripts/large-data.sql
|
|
|
|
.vitest-attachments
|
|
**/test-results/
|
|
.worktrees/
|
|
.superpowers/
|
|
.agent/
|
|
.claude/worktrees/
|
|
.claude/scheduled_tasks.lock
|
|
|
|
# Run artifacts from verification tooling
|
|
proofshot-artifacts/
|
|
|
|
# Root-level Node.js tooling artifacts
|
|
node_modules/
|
|
|
|
# Repo uses npm; yarn.lock is ignored to avoid double-lockfile drift.
|
|
frontend/yarn.lock
|
|
|
|
**/.venv/
|
|
**/__pycache__/
|
|
*.pyc
|