-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
200 lines (178 loc) · 2.99 KB
/
Copy path.gitignore
File metadata and controls
200 lines (178 loc) · 2.99 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
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
# Python bytecode and caches
# cspell:ignore pycache sdist pytest mypy dmypy scrapy ipynb ipython venv ckpt lmstudio cpython
*/__pycache__/*
*.py[cod]
*$py.class
# Compiled extensions
*.so
# Distribution / packaging
.Python
build/
dist/
downloads/
eggs/
.eggs/
develop-eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
pip-wheel-metadata/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# PyInstaller
*.manifest
*.spec
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Test / coverage artifacts
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache/
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/
test-results/
playwright-report/
safety-report.json
release-artifacts/
# Type checkers / analyzers
.mypy_cache/
.dmypy.json
dmypy.json
.pyre/
# Translations
*.mo
*.pot
/actions-runner/*
# Framework / app artifacts
*.log
/local_settings.py
db.sqlite3
instance/
.webassets-cache
.scrapy
docs/_build/
target/
site/
*.env*
# Jupyter / IPython
.ipynb_checkpoints/
profile_default/
ipython_config.py
# Python version / environments
.python-version
.env
.env.*
**/.venv/
**/venv/
env/
ENV/
env.bak/
venv.bak/
# Python dependency managers
poetry.lock
# Pipfile.lock
# Task schedulers / generated Python files
celerybeat-schedule
*.sage.py
# IDEs / editors
.vscode/
.idea/
.spyderproject
.spyproject
.ropeproject
*.swp
*.swo
*~
talk-to-ai/src/Untitled-*.json
# Azure Functions / Azurite
bin/
obj/
appsettings.json
local.settings.json
__blobstorage__/
__queuestorage__/
__azurite_db*__.json
.python_packages/
# Project-generated artifacts
data_out/*
deployed_models/
checkpoints/
outputs/
config/autogen/
.push-worktrees/
dotnet/
tools/codegen/sk-process-framework/
# Project-specific generated results
quantum-ai/results/
AI/quantum-ai/results/
data_out/autotrain/status.json
data_out/quantum_autorun/status.json
# Chat / app logs
ai-projects/chat-cli/logs/
talk-to-ai/logs/*.jsonl
talk-to-ai/logs/*.txt
# Model artifacts
*.ckpt
*.pth
*.pt
# Auto-generated config/status files
autotrain_testtoken.yaml
autotrain_autogen_*.yaml
# Extension dependencies / packages
extensions/lmstudio-provider/node_modules/
extensions/lmstudio-provider/*.vsix
# Large binary installers and archives
*.msi
*.exe
*.iso
*.dmg
# OS-specific files
.DS_Store
Thumbs.db
.Trash-*/
$RECYCLE.BIN/
# Additional ignores
coverage.json
.azure/PRE-DEPLOYMENT-CHECKLIST.md
.azure/PRODUCTION-RUNBOOK.md
processes.json
.github/hooks/data/advisory_cache.json
# Time-updating state files
automation_status.json
task_complete.json
*_heartbeat.json
*_state.json
*_status.json
core.*
core.*
actions-runner/*
# Root-level local cleanup artifacts
.git_status_*.tmp
.status_after_reset.tmp
.task_complete
uv.lock.bak
tmp_npz_test.npz
# core dumps
core.*
# Empty/stale submodule directory
LMStudio-MCP/
ai-projects/cooking-ai/src/providers/__pycache__/__init__.cpython-314.pyc
.fake
data_out/autonomous_agent/status.json
data_out/repo_health_automation/status.json
data_out/quantum_autorun/status.json
data_out/evaluation_autorun/status.json
logs/lora_signals.jsonl