curatare
This commit is contained in:
29
.gitignore
vendored
29
.gitignore
vendored
@@ -433,15 +433,9 @@ run_tests.*
|
||||
scan_*.json
|
||||
sdist/
|
||||
sdist/
|
||||
# Secrets directories (contains credentials, keys, passwords)
|
||||
secrets/
|
||||
|
||||
# Allow documentation in secrets directories
|
||||
!**/secrets/README.md
|
||||
|
||||
# SSH tunnel configuration (next to .env files)
|
||||
backend/ssh-tunnels.json
|
||||
!backend/ssh-tunnels.json.example
|
||||
security_*.json
|
||||
share/python-wheels/
|
||||
sqlnet.ora
|
||||
@@ -531,26 +525,5 @@ backend/data/receipts/uploads/*
|
||||
backend/data/ocr_queue/
|
||||
!backend/data/*/.gitkeep
|
||||
|
||||
# Auth trusted devices (conține date sensibile — nu commita!)
|
||||
data/auth/trusted_devices.json
|
||||
|
||||
# PRD tasks (generated, not tracked)
|
||||
tasks/
|
||||
|
||||
# ============================================================================
|
||||
# 🤖 CLAUDE & RALPH AUTOMATION - DO NOT COMMIT
|
||||
# ============================================================================
|
||||
# Claude handover and context files (session-specific)
|
||||
# Handoff document (session continuity, not for version control)
|
||||
.claude/HANDOFF.md
|
||||
.claude/handover/
|
||||
CONTEXT_HANDOVER_*.md
|
||||
|
||||
# Ralph automation - ignore entire directory
|
||||
scripts/ralph/
|
||||
|
||||
# ============================================================================
|
||||
# 💾 SQLITE RUNTIME FILES - DO NOT COMMIT
|
||||
# ============================================================================
|
||||
# SQLite WAL (Write-Ahead Log) and SHM (Shared Memory) files
|
||||
*.db-shm
|
||||
*.db-wal
|
||||
|
||||
Reference in New Issue
Block a user