-
-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy path.gitignore
More file actions
49 lines (39 loc) · 672 Bytes
/
Copy path.gitignore
File metadata and controls
49 lines (39 loc) · 672 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
49
node_modules/
build/
dist
bin/
coverage/
.cache
.cursor
.DS_Store
.env
logs_*/
*.log
.jules/
.venv/
__pycache__/
*.py[cod]
.pytest_cache/
.ruff_cache/
# AI Agent
JULES.md
# Code review knowledge graph
.code-review-graph/
# Generated files
*_e2e_result.json
docs/superpowers/
# Test coverage artifacts
coverage.xml
htmlcov/
.coverage
# Bot/merge junk artifacts (prevent accidental commits) — 2026-06-07
*.orig
*.rej
*.cover
*.bak
/*.patch
/*.diff
# CF full-flow self-test dumped Bearer token (scripts/cf_full_flow.py --save-only)
scripts/.email_cf_token
# Temp wrangler config written by scripts/cf-deploy.js (<YOUR_ACCOUNT_ID> filled in)
wrangler.deploy.jsonc