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

# Java / Maven
target/
dependency-reduced-pom.xml

# Local test artifacts
examples/data/
*.sqlite
*.db

# Real connection configs (examples/connections.json is the committed sample —
# keep credentials out of it and use ${ENV_VAR} references instead).
connections.local.json
*.local.json

# Editors / OS
.vscode/
.idea/
.DS_Store
Thumbs.db
