# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv
venv/
env/

# Testing
.pytest_cache/
.ruff_cache/
.mypy_cache/
.pyright/
.hypothesis/
.coverage
.coverage.*
coverage.xml
htmlcov/
*.cover

# IDEs
.vscode/
.idea/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Logs
*.log

# Local environment and secrets
.env
.env.*
!.env.example

# AWS (optional - for testing)
.aws/

# Internal planning documents
docs/prd/

# Local, snapshot-locked commit helpers
scripts/

.awsui.yaml
