forked from ComposioHQ/composio
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
47 lines (42 loc) · 717 Bytes
/
.gitignore
File metadata and controls
47 lines (42 loc) · 717 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
.env
try.ipynb
*pycache*
user_data.json
.venv
venv*
**/dist
.DS_Store
*egg-info*
**/composio_autogen.egg-info
**/composio_llamaindex.egg-info
**/__pycache__
**/*.egg-info
*.pyc
.tox/
.mypy_cache/
.coverage
coverage.xml
junit.xml
core/build/lib/*
node_modules
~
Pipfile.lock
build
temp
.cache
.pytest_cache
.test_results
.trunk
refactor_debug.ipynb
**/coder_agent_logs_*
**/.composio.coder.*
.indexing_status.json
python/dockerfiles/e2b-dev/composio
python/dockerfiles/composio
python/swe/dockerfiles/generated
python/swe/dockerfiles/logs*
python/swe/logs
python/swe/tests/logs_dir
python/swe/dockerfiles/indexed
python/swe/agentic
python/swe/dockerfiles/generated*