generated from amazon-archives/__template_MIT-0
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
52 lines (47 loc) · 724 Bytes
/
.gitignore
File metadata and controls
52 lines (47 loc) · 724 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
# Environment
.env
.env.local
.env.runtime
# .claude config (exclude settings, keep skills)
.claude/settings*.json
.claude/projects/
.bedrock_agentcore.yaml
.DS_Store
.pytest_cache/
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
# Virtual environment
.venv/
venv/
ENV/
# IDE
.vscode/
.idea/
*.swp
*.swo
# Testing
.pytest_cache/
.coverage
htmlcov/
# Distribution
test/
dist/
build/
*.egg-info/
readme_v2.md
MIGRATION_PLAN.md
generate_ppt.py
CLAUDE.md
3layer_architecture.drawio
static/
/Users/peijiaw/Desktop/git_repos/demo/agent/otel_transform.py
docs/agentcore_memory_guide.md
docs/current_workflow_analysis.md
docs/deployment_guide.md
docs/dispatcher_test_report.md
docs/session_dispatcher_design.md
plan.md