-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
48 lines (44 loc) · 821 Bytes
/
.gitignore
File metadata and controls
48 lines (44 loc) · 821 Bytes
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
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv
# Project specific
.env
*.db
# RT-2 R2 Fix 6 — SQLite WAL + shared-memory sidecars can briefly carry
# plaintext card_number residue between migration and VACUUM. Ignore them
# so they never land in git even if a dev runs `git add -A` mid-session.
*.db-wal
*.db-shm
pop_state.db
aegis_state.db*
MEMORY.md
skills/
run_parallel.sh
dist/
build/
.gemini/
*_proof.png
README.pypi.md
.pytest_cache/
local_tests/
v0.4.1_DEV_PLAN.md
scripts/demo_guardrail.py
scripts/demo_cdp_injection.py
.playwright-mcp/
CLAUDE.md
# Cython build artifacts
*.so
*.pyd
pop_pay/engine/_vault_core.c
pop_pay/engine/_vault_core.cpython-*.so
pop_pay/engine/_vault_core.cpython-*.pyd
build/
*.egg-info/
docs/ENV_REFERENCE.md
temp_trash/