-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
89 lines (79 loc) · 2.43 KB
/
Copy path.gitignore
File metadata and controls
89 lines (79 loc) · 2.43 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.venv/
venv/
# Secrets are ignored by SHAPE, not by name. The three patterns that used to be
# here (`.env`, `.env.local`, `.env.*.local`) covered the names somebody thought
# of in advance, and backups never come back with those names: on the ROG
# checkout this left `.env.pre-mudanza-20260827` — written during the VPS
# migration, carrying the live Twilio auth token — sitting untracked one
# `git add -A` away from the repo, along with `.env.pre-v0.41.0` and
# `.env.pre-v0.46.3`. Nothing was ever committed; the exposure was one careless
# command away, which is not the same as safe.
# `!.env.example` keeps the one that MUST stay tracked: it is the template, and
# a guard test asserts every setting appears in it.
.env
.env.*
!.env.example
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/
# Node
node_modules
.next/
.turbo/
out/
dist/
build/
npm-debug.log*
next-env.d.ts
*.tsbuildinfo
yarn-debug.log*
yarn-error.log*
.pnp.*
# Editor / OS
.vscode/
.idea/
.DS_Store
Thumbs.db
*.swp
*.swo
*~
# Backups (local-only)
*.bak
*.bak.*
# Local Ollama / DB volumes
.docker-volumes/
ollama-models/
postgres-data/
# graphify knowledge graph artifacts
graphify-out/
# Mutation-testing backups. A harness that copies a file next to itself
# will otherwise get its copy committed by `git add -A` — which happened, and
# shipped a stale duplicate of optout.py still containing the removed keywords.
*.mutbak
*.mymutbak
*.solobak
# Coverage databases. `pytest --cov` writes .coverage next to the tests, and it
# got committed once (6d90380) by the very checklist that mandates measuring
# coverage — a binary blob that re-dirties the tree on every later run.
.coverage
.coverage.*
htmlcov/
# A per-host Compose override, which `docker-compose.yml` tells operators to
# create when a machine genuinely needs a port on a real interface. It is
# host-specific by definition, and if it ever got committed it would republish
# 0.0.0.0:3004 / 0.0.0.0:8011 to EVERY install on the next `git pull` — the
# exact outcome the loopback binding exists to prevent. This file has a history
# of learning that lesson twice already; this is the third.
docker-compose.override.yml
# Playwright MCP drops page snapshots and console logs wherever it runs
.playwright-mcp/
# Material de trabajo con datos de clientes reales (MLS, direcciones, cierres).
# Nunca se commitea: sale de REcolorado y es de la cartera de la agente.
scratchpad/