-
Notifications
You must be signed in to change notification settings - Fork 59
Expand file tree
/
Copy path.gitignore
More file actions
36 lines (36 loc) · 778 Bytes
/
.gitignore
File metadata and controls
36 lines (36 loc) · 778 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
.DS_Store
__pycache__/
*.py[cod]
.coverage
.venv/
.vscode/
.venv-agent/
.agent-harness/
.elephant-api.sqlite3
provider-secrets.key
.worktrees/
apps/site/dist/
apps/site/.docusaurus/
apps/site/node_modules/
apps/dashboard/dist/
apps/dashboard/node_modules/
*.elephant-info/
elephant_agent.egg-info/
dist/
build/
.git/
.agents/
.claude/
claude/
.githooks/
# Local state skill trees (~/.elephant/skills/*, NOT the `packages/skills/` source tree).
# Anchoring with `!packages/skills/` below re-admits the source tree.
skills/
!packages/skills/
!packages/skills/**
# Re-ignore bytecode caches that would be admitted by the `packages/skills/**`
# whitelist above — we never want __pycache__ tracked anywhere.
packages/skills/**/__pycache__/
packages/skills/**/*.py[cod]
_temp/
tmp/