# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg-info/
dist/
build/
.eggs/
.venv/
venv/
env/

# Testing
.pytest_cache/
.coverage
coverage.xml
htmlcov/

# Linting
.ruff_cache/
.mypy_cache/

# OS
.DS_Store
Thumbs.db
*.swp
*.swo

# IDEs
.vscode/
.idea/
*.iml

# Env
.env
.env.*
!.env.example

# AWS
.aws-sam/
cdk.out/
