# Environment variables
.env

# Python cache
__pycache__/
*.py[cod]
*$py.class

# Coverage reports
.coverage
.coverage.*
htmlcov/
.pytest_cache/

# Ruff
.ruff_cache/

# local documents
temp/

# dxt build
dxt/_build/

# MacOS
.DS_Store

# private key
key.pem