-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
61 lines (51 loc) · 712 Bytes
/
.gitignore
File metadata and controls
61 lines (51 loc) · 712 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
61
# Secrets & credentials
.env
.env.*
*.env.local
oracle_key.json
# Python
__pycache__/
*.pyc
*.pyo
.venv/
venv/
env/
*.egg-info/
dist/
build/
.pytest_cache/
# Runtime data (generated by experiments and crew runs)
logs/
memory/
experiments/
!experiments/schema.json
# Output
output/
# OS
.DS_Store
Thumbs.db
# IDE
.vscode/
.idea/
# Editor swap files
*.swp
*.swo
*~
# Hardhat / Node
node_modules/
artifacts/
cache/
contracts/deployed_address.txt
keys/
data/test_dataset_*.json
# Separate hackathon repo (has its own .git)
deterministic-observability-framework/
# SOUL files (internal agent identity — not public)
agents/*/SOUL.md
agents/soul_*.md
# Backups & logs
*.backup
*.bak
*.log
*.tar.gz
backups/