# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv/
.venv/
env/
.env
*.egg-info/
dist/
build/

# IDE
.idea/
.vscode/
*.swp
*.swo

# AWS
.aws-sam/
cdk.out/
.terraform/
*.tfstate
*.tfstate.*
.terraform.lock.hcl

# Node
node_modules/

# Testing
.pytest_cache/
.coverage
htmlcov/

# OS
.DS_Store
Thumbs.db

# Project specific
samples/
*.malware
.tier2_bundle/

# Lambda layer binaries (installed at deploy time)
infra/lambda_layer/python/PIL/
infra/lambda_layer/python/pillow*/
infra/lambda_layer/python/pillow.libs/

# Generated files
calibration_results.txt
