# CDK Build Artifacts
*.js
*.d.ts
cdk.out/
.cdk.staging/

# Node.js
node_modules/
package-lock.json
npm-debug.log*
yarn-debug.log*
yarn-error.log*

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

# Lambda Layers (if building locally)
cdk/layers/*/python/
cdk/layers/*/*.zip

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

# Environment Variables
.env
.env.local
.env.*.local

# Jupyter Notebooks
.ipynb_checkpoints/
*.ipynb_checkpoints

# AWS
.aws-sam/

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/

# Logs
*.log
logs/

# Temporary files
*.tmp
*.temp
.cache/
