-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
34 lines (28 loc) · 711 Bytes
/
.gitignore
File metadata and controls
34 lines (28 loc) · 711 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
.DS_Store
._*
Thumbs.db
__MACOSX/
# Local env/secrets
.env
.env.*
!.env.example
# Runtime state/logs (generated)
runtime/
# Python
__pycache__/
*.pyc
.pytest_cache/
# AutoAppDev selfdev artifacts:
# - keep: references/selfdev/tasks.tsv, references/selfdev/tasks/**/(plan/work_notes/debug_notes/summary).md
# - ignore: Codex session ids, prompts, raw JSONL logs, and local resume state
references/selfdev/.codex_session_id
references/selfdev/state.tsv
references/selfdev/logs/
references/selfdev/prompts/
references/selfdev/**/*.jsonl
references/selfdev/tasks/**/*_prompt.md
# Local dev PWA config (generated by scripts/run_autoappdev_tmux.sh)
pwa/config.local.js
# Local outputs and data
results/
Data-*/