# Python
.venv/
**/.venv/
**/__pycache__/
**/.pytest_cache/
.coverage
coverage.json
**/coverage.json
*.pyc
*.egg-info/
dist/
build/

# Node / frontend
**/node_modules/
**/frontend/dist/
**/test-results/
**/playwright-report/

# Secrets & runtime data (any location)
data/
**/data/
**/*_signing_key
**/*_signing_key_mldsa
**/*_mldsa
**/test_key
.env
.env.*
!.env.example

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