Files
jobtrackingapp/.gitignore
T
cesnimda 8ef8b098c8
CI and Deploy / test (pull_request) Failing after 5m23s
CI and Deploy / deploy (pull_request) Has been skipped
fix(security): harden public CV edges
2026-08-15 20:53:16 +02:00

102 lines
1.3 KiB
Plaintext

# OS / editor
.DS_Store
Thumbs.db
.vscode/
.idea/
# Environment files
.env
.env.*
!.env.example
# Python
.venv/
__pycache__/
*.pyc
venv/
# .NET / Visual Studio
bin/
obj/
bin_build/
.vs/
*.user
*.suo
*.userosscache
*.sln.docstates
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Frontend build artifacts
node_modules/
build/
dist/
coverage/
playwright-report/
test-results/
.next/
.cache/
# Local temp / scratch files
temp_job.json
temp_post_job.py
todo jobtracker.txt
tmp/
/tmp/
# Runtime data that must never be committed (DataProtection keys, exports, CV artifacts)
keys/
**/.dev-auth-token.txt
backups/
JobTrackerApi/exports/
JobTrackerApi/CvArtifacts/
JobTrackerApi/CvExports/
JobTrackerApi/CvBenchmarks/
# Local app data
*.db
*.db-*
*.db.preview-bak
Attachments/
website_details.md
# Local-only files (dev overrides, scratch, archives)
docker-compose.override.yml
docs.7z
todo.md
# Private local test files
vendor/
target/
*.swp
*.swo
*~
*.code-workspace
# GSD
.gsd
# GSD runtime / ephemeral
.gsd/auto.lock
.gsd/completed-units.json
.gsd/STATE.md
.gsd/metrics.json
.gsd/activity/
.gsd/runtime/
.gsd/worktrees/
.gsd/parallel/
.gsd/reports/
.gsd/milestones/**/continue.md
.gsd/milestones/**/*-CONTINUE.md
# ── GSD baseline (auto-generated) ──
.gsd-id
.gsd/
# TS incremental build info
*.tsbuildinfo