trustcafe-api-wrapper/.gitignore
simonwt 9407b9a03e Save test response to json file
List public and all
2026-04-01 00:00:04 +01:00

29 lines
No EOL
289 B
Text

# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv
# Environment variables
.env
# Pycache and other Python artifacts
__pycache__/
**/__pycache__/
.vscode/*
# UV Build
dist/*
# Test Artifacts
token_data.json
test_output.json