forked from 2dogsandanerd/ClawRag
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
61 lines (52 loc) · 624 Bytes
/
.gitignore
File metadata and controls
61 lines (52 loc) · 624 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
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
.venv/
node_modules/
ENV/
*.egg-info/
dist/
build/
planung/
# Docker
*.log
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Environment
.env
.AI_RULES*
# Data & Storage
data/
chroma_data/
# Development
.claude/
*.backup
*.backup_*
# Temporary files
create_demo.py
DEPLOYMENT_NOTES.md
# OpenClaw/ClawBot related files
openclaw_skill/
*.clawbot
clawbot_*.py
clawbot_*.txt
clawbot_*.json
clawbot_*.yaml
clawbot_*.yml
# AI Agent files (generated)
AGENTS.md
AI_RULES.md
AI_RULES.md~
# Local-only workspace folders
ordner_für_knowledge_kit/