-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
60 lines (53 loc) · 867 Bytes
/
.gitignore
File metadata and controls
60 lines (53 loc) · 867 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
# NPM
node_modules/
package-lock.json
# OS
.DS_Store
**/.DS_Store
Thumbs.db
.vscode
# Copied from AI Lab
dist/
code/**/.settings
code/**/target
.classpath
*.log
builds
/index.html
nginx.conf
redisinsight/db/*.log
redisinsight/db/*.log.*
**/*.zip
!redisgears.linux-bionic-x64.1.0.7.zip
__pycache__/
**/__pycache__/
*.iml
*.pyc
# Jupyter
**/.ipynb_checkpoints/
# IDE
.idea/
.vscode/
# Local scratch / analysis notes
*.md.bak
comparison/
nitin_docs/
ANALYSIS_SUMMARY.md
CHAT_INTERFACE_*.md
FORMATTING_FIXES.md
MEMORY_FIX_SUMMARY.md
NOTEBOOK_EXECUTION_*.md
PROGRESSIVE_AGENTS_*.md
QUICK_START_*.md
STAGE6_NOTEBOOK_STATUS.md
TEST_STAGE6_README.md
UNIVERSITY_NOTEBOOKS_GUIDE.md
memory_workshop_rework.md
notebook_analysis.md
workshop_missing_features.md
workshop_vs_university_comparison.md
test_stage6_interactive.ipynb
# Secrets / local config
.env
# python
.venv