-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy path.gitignore
More file actions
113 lines (103 loc) · 1.55 KB
/
Copy path.gitignore
File metadata and controls
113 lines (103 loc) · 1.55 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
# --- Environment and Secrets ---
.env
.env.*
!.env.example
# --- OS / IDE ---
.DS_Store
Thumbs.db
.vscode/
.idea/
*.swp
*.swo
.history/
*.log
*.pid
# --- Local Agent / MCP Config ---
.mcp.json
.codex/
.claude/
AGENTS.local.md
# --- Python ---
**/__pycache__/
*.py[cod]
*$py.class
*.so
.pytest_cache/
.coverage
.angular/
htmlcov/
.venv/
venv/
ENV/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# --- Java / Maven ---
target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.restore
release.properties
dependency-reduced-pom.xml
buildNumber.properties
.mvn/timing.properties
.mvn/wrapper/maven-wrapper.jar
*.class
# --- Node / Angular ---
node_modules/
dist/
.angular/
.npm
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.eslintcache
.stylelintcache
coverage/
docs/internal
# --- Docker & Data ---
db_data/
redis-data/
local_data/
*/local_data/
db-backup/
pg-data/
# --- Project Specific ---
.omx/
.etl/
.qa_agent_native/
/tmp/valuation-reports/
internal_doc/
*/prompt_dump_from_container/
prompt_dump/
*.tmp
*.bak
*~
issues/
# Ensure standard script directory is tracked, but ignore any local overrides if needed
!/scripts/
# If there are specific local scripts we want to ignore, they can be added here
# /scripts/local_only_*
# Generated caches accidentally tracked previously
**/.angular/
**/__pycache__/
*.pyc
# Claude Code session-recovery runtime state
HANDOFF.md
.claude/settings.local.json
.claude/rate-limit-state.json
.claude/stop-failure-events.jsonl
.claude/quota-blocked.json