# Local credentials and identity
.env
.env.*
!.env.example
identity.json
*.key
*.pem

# JavaScript
node_modules/
dist/
*.tgz
coverage/
*.tsbuildinfo
/release/

# Python
__pycache__/
*.py[cod]
.venv/
build/
*.egg-info/
.coverage
htmlcov/
.mypy_cache/
.pytest_cache/
.ruff_cache/

# Editors and operating systems
.DS_Store
.idea/
.vscode/

# Logs
*.log
