# Credentials — never commit. adsmith writes these to ~/.config/adsmith by
# default, but this guards against a stray copy landing in the repo.
credentials.json
*.credentials.json
google-ads.yaml
.env

# Local state
*.db
*.db-wal
*.db-shm
guardrails.yaml

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

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

# Build artifacts
dist/
build/
