# OS
.DS_Store
Thumbs.db

# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
venv/
dist/
*.egg

# Node
node_modules/
.next/
out/

# Environment
.env
.env.local
.env.*.local
environment_variables_*.txt

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

# Docker
docker-compose.override.yml

# AWS
.aws-sam/
cdk.out/

# GitHub org repos (have their own .git remotes)
github/.github/

# Misc
*.log
coverage/
.pytest_cache/
