-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
39 lines (29 loc) · 994 Bytes
/
Copy path.gitignore
File metadata and controls
39 lines (29 loc) · 994 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
# Node (analytics beacon build tooling)
node_modules/
# Python
.venv/
__pycache__/
*.pyc
# Secrets / environment
.env
*.env
# Build / artifacts
dist/
build/
# Downloadable book PDF — a binary build artifact rendered from site/book.html by
# scripts/build_pdf.py (in CI on every deploy, and locally on demand). It is
# published to gh-pages but not committed to main.
site/gh-aw-book.pdf
# Playwright browser-download marker (browsers install to a shared cache, not here)
.playwright/
# gh-aw compiled lock files — examples are verified at compile time (gh aw compile),
# but the generated *.lock.yml (≈100 KB each) are build outputs, not committed sources.
*.lock.yml
# Private research working notes (not part of the published book)
.source-docs/
# Local tooling artifacts (browser automation snapshots/logs)
.playwright-mcp/
# APM dependencies
apm_modules/
# impeccable live-mode local session state (config.json is committed; the journal is local)
.impeccable/live/sessions/