-
-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy path.gitignore
More file actions
60 lines (50 loc) · 747 Bytes
/
.gitignore
File metadata and controls
60 lines (50 loc) · 747 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
50
51
52
53
54
55
56
57
58
59
60
# E2E test artifacts
tests/e2e/artifacts/
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
# Distribution / packaging
*.sublime-workspace
# Unit test / coverage reports
.coverage
coverage.xml
.cache
.hatch
build/
.pytest_cache/
cache.db
junit.xml
# Jupyter Notebook
.ipynb_checkpoints
# pyenv
.python-version
# dotenv
.env
# virtualenv
.venv
# mkdocs documentation
/site
# mypy
.mypy_cache/
# .vscode
.vscode/
# OS files
.DS_Store
# DiskCache cache file
./model_cache
# textual-web
serve.toml
# logfire
.logfire
# tach
.tach
# composio
.composio.lock
agentops.log
acp_protocol/
test_configs/
# Stakpak session files
.stakpak/session*
# LanceDB internal files (keep data/, ignore versioning)
**/_transactions/
**/_versions/