# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/
.pytest_cache/
.mypy_cache/
htmlcov/
.coverage

# TypeScript / Node
node_modules/
*.tsbuildinfo
coverage/

# OS / editor
.DS_Store
*.log
.idea/
.vscode/
*.swp

# Environment
.env
.env.*
!.env.example

# Keys
*.pem
!*_pub.pem
