-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Expand file tree
/
Copy path.gitignore
More file actions
81 lines (70 loc) · 1.37 KB
/
.gitignore
File metadata and controls
81 lines (70 loc) · 1.37 KB
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
.venv/
agent/.venv/
__pycache__/
.pytest_cache/
*.pyc
.env
agent/.env
.claude/*
!.claude/hooks.json
CLAUDE.md
.vscode/
learn-claude-code-main/
agent/sessions/
agent/runs/
agent/.ui_runtime/
agent/.tasks/
agent/uploads/
agent/tests/*_result.json
.ruff_cache/
frontend/dist/
frontend/tsconfig.tsbuildinfo
wiki/node_modules/
wiki/dist/
wiki/.astro/
wiki/.vite/
wiki/.wrangler/
wiki/.cache/
.vibe-dev/
.vibe-record/
.cache/
.remotion/
# DuckDB data cache
data/*.duckdb
data/*.duckdb.wal
data/.duckdb_tmp/
data/parquet/
data/backup/
# Internal docs (plans, specs)
docs/
!wiki/docs/
!wiki/docs/**
docs/screenshots/agent-run.png
docs/screenshots/boot.png
data/minutes/
data/overnight*.log
data/*.log
data/test_write.txt
agent/.pytest_tmp/
agent/vibe_trading.egg-info/
agent/vibe_trading_ai.egg-info/
agent/tests/e2e_backtest/
dist/
build/
# Local demo videos (too large for git; link to external host instead)
assets/*.mp4
# Local demo / promo production workspace
demo/
# Manual E2E smoke tests — require live API keys (OpenRouter / yfinance),
# would break CI if committed. Kept local; run explicitly when validating
# a release.
agent/tests/e2e_*.py
agent/tests/test_e2e_*.py
# Local working notes
NOTES.md
# Agent tool aliases (auto-generated mirror of CLAUDE.md)
AGENTS.md
.DS_Store
# Alpha Zoo wiki artifacts (generated, not source)
wiki/alpha-library/manifest.json
wiki/alpha-library/content/