-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
45 lines (39 loc) · 1.14 KB
/
Copy path.gitignore
File metadata and controls
45 lines (39 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# Project (root) only. Python: src/.gitignore. Web UI: web/.gitignore. .NET: services/*/
# Next.js UI: generated pipeline configs from the runner modal (repo root; must match Python cwd for paths)
.website-profiling-ui-*.txt
# Legacy UI pipeline configs under subfolder (kept for ignore if present)
.web-pipeline/
# Local runtime data (shadow config, secrets volume mount)
data/*
!data/.gitkeep
# Python virtual environments (README recommends .venv; ignore both names at repo root)
.venv/
venv/
# Legacy SQLite outputs (if present locally)
report.db
report.db.*
report.db-journal
nodes.json
# Google integration secrets (never commit)
.secrets/
web/.env.local
# Legacy local config file (use PostgreSQL pipeline_config / web UI instead)
input.txt
# Runtime shadow written to DATA_DIR by the web UI (not the committed example)
pipeline-config.txt
*__pycache__*
.coverage
.agents/
skills-lock.json
crawl_results.csv
commit.*
.cursor/
.claude*
# .NET services (FileService, Bff, …) — build output and IDE artifacts
services/**/bin/
services/**/obj/
services/**/.vs/
services/**/*.user
services/**/*.suo
services/**/TestResults/
services/**/*.DotSettings.user