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

# Virtual environments
.venv/
venv/
env/

# Test / coverage
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/
.mypy_cache/

# Keys generated by examples / local runs
*.key
*.pub
!/tests/**/*.key
receipt.json
*.receipt.json

# Editor / OS
.idea/
.vscode/
.DS_Store
