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

# Virtual environments
.venv/
venv/

# Testing
.pytest_cache/
.coverage
htmlcov/
.hypothesis/

# IDEs
.idea/
.vscode/
*.swp

# OS
.DS_Store
Thumbs.db

# CDK
cdk.out/

# Environment
.env
.env.*
