-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
37 lines (31 loc) · 770 Bytes
/
Copy path.gitignore
File metadata and controls
37 lines (31 loc) · 770 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
build/
*.zip
__pycache__/
.pytest_cache/
.mypy_cache/
*.egg-info/
.env
.terraform/
terraform.tfstate*
terraform.tfvars
.terraform.lock.hcl
ralph-*.log
ralph-*.pid
ralph-*-status.txt
iterations/
layers/ffmpeg/ffmpeg-layer.zip
# Pip-installed packages in shared layer (source code in python/shared/ IS committed)
lambdas/shared/python/*
!lambdas/shared/python/shared/
# Pip-installed packages in site Lambda (handler.py, build.sh, templates/ ARE committed)
lambdas/site/*
!lambdas/site/handler.py
!lambdas/site/build.sh
!lambdas/site/templates/
# Pip-installed packages in MCP Lambda (handler.py, build.sh, tools/, resources.py ARE committed)
lambdas/mcp/*
!lambdas/mcp/handler.py
!lambdas/mcp/build.sh
!lambdas/mcp/tools/
!lambdas/mcp/resources.py
terraform/tfplan