# Test / coverage artifacts
.coverage
.coverage.*
htmlcov/
.pytest_cache/
.mypy_cache/

# Python packaging / virtual environments
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.venv/
.env

# Editors and operating systems
.idea/
.vscode/
*.swp
.DS_Store

# SAM build artifacts
.aws-sam/
**/template.generated.json
