Skip to content

Commit 3738a73

Browse files
committed
chore: remove prompts and archive from tracking
- Remove prompts/ directory from git (AI dev notes) - Add archive/, sessions/, prompts/ to gitignore - Keep files locally but exclude from releases
1 parent 3c05b86 commit 3738a73

21 files changed

Lines changed: 10 additions & 6769 deletions

.gitignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,19 @@ spine/
1212
factset-dataset/
1313
py_sec_edgar/
1414

15+
# Development/Session files (not for release)
16+
prompts/
17+
archive/
18+
docs/sessions/
19+
docs/archive/
20+
**/sessions/
21+
**/archive/
22+
RELEASE_PLANNING.md
23+
1524
# Temporary/local files
1625
.vite/
1726
recent_files.txt
27+
*.backup
1828

1929
# Byte-compiled / optimized / DLL files
2030
__pycache__/

0 commit comments

Comments
 (0)