-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
172 lines (152 loc) · 2.59 KB
/
Copy path.gitignore
File metadata and controls
172 lines (152 loc) · 2.59 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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
# =============================================================================
# 🧠 Haive AI – Master .gitignore
# =============================================================================
# === 🧪 Auto-generated agent run folders ===
simple_agent_*/
memory_test_*/
postgres_test_*/
summary_agent/
test_simple_agent/
output_file.json
retrievers_output.json
scripts/migration/data_dump.sql
# === 🔬 Cache / experiment outputs ===
.cache/
.lc_cache/
src/lc_cache/
pytest_cache/
.pytest_cache/
.mypy_cache/
.nox/
htmlcov/
coverage.xml
dist/
build/
.eggs/
# === 🎮 Game history / graph renderings ===
graphs/
game_history/
resources/graph_images/
resources/state_history/
resources/Graphs/
resources/State_History/
resources/State_History/*.json
# === 🧰 IDEs and editors ===
.vscode/
.idea/
*.sublime-project
*.sublime-workspace
# === 🔒 Lock, secret, and build files ===
poetry.lock
Pipfile.lock
*.egg-info/
*.db
*.sqlite3
*.pid
*.pem
*.key
*.cert
token.json
credentials.json
.env
.env.*
.secrets/
.secrets/
# === 📜 Logs, outputs, scratch data ===
*.log
*.err
logs/
logs/**
scratches/
scratches/*.json
examples/outputs/
loader_analysis/
reports/
out.json
haive_vault_*.log
# === 🧬 Misc ===
*.bak
*.out
*.so
*.pyd
*.pyo
*.py[cod]
Thumbs.db
.DS_Store
check_registry_data.py
BaseAgent.ipynb
Chinook.db
EOF
# === 🧪 Mypy, Pytest, Profiler, etc ===
.pytest_cache/
.mypy_cache/
.nox/
.ipynb_checkpoints/
.pytest_html/
viztracer_*.json
*.prof
*.profraw
# === 🍃 OS junk ===
.DS_Store
*.swp
# === 🐍 Python standard ===
__pycache__/
*.py[cod]
*.pyo
# === 📘 Sphinx / documentation ===
docs/build/
docs/_build/
docs/logs/
docs/autoapi/
docs/source/_static/
docs/source/_tags/
docs/source/autoapi/
docs/source/changelog.rst
docs/scratch/
*.pdf
*.tex
sphinx*
readthedocs-sphinx-search/
*.rst~
**/*.rst~
# PyDevelop-Docs artifacts
.pydevelop/
!.pydevelop/docs.yaml
# === 🔧 Temporary dev output ===
packages/resources/State_History/
packages/resources/embeddings_cache/
resources/**/_agent_*/
resources/**/test_*/
# === 🧪 Test logs and aux resources ===
test_output/
test_outputs/
allure-results/
*.svg
*.drawio
*.png
# === 🧪 Notebooks & dev outputs ===
*.ipynb
notebooks/
notebooks/**
resources/
# === 🧠 Virtual environments ===
.venv/
venv/
ENV/
# === 🐍 Python Poetry extras ===
poetry.lock
.cache/pypoetry/
# === 📦 Extra files ===
.history/
# === 🗄️ Large data files ===
data/exports/
scripts/migration/data_dump.sql
*.sql
data/
exports/
# === 🤖 ML model cache and embeddings ===
resources/embeddings_cache/
.langchain_cache.db
models--*/
**/.claude/settings.local.json
poetry.lock