-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
49 lines (41 loc) · 815 Bytes
/
.gitignore
File metadata and controls
49 lines (41 loc) · 815 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
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Editor files
.vscode/
.idea/
*.swp
*.swo
*~
# Claude Code configuration (local settings only)
.claude/
# Temporary files
*.tmp
*.temp
verification_status.md
# Generated output files (exclude but keep reference examples)
article_*.md
*_analysis.md
*_output.md
*_report.md
# Runtime generated JSON files (exclude but keep example configs)
ai_market_report.json
competitive_insights.json
hitl_log.json
research_theme.json
study_log.json
target_companies.json
variables.json
# Backup files and research summaries
CLAUDE_backup_*.md
*research_summary.md
# Experiments directory (development use only, not for end users)
experiments/
# Archive directory (development use only, not for end users)
archive/
variables.db