Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,18 @@ credentials.json
!src/adloop/bundled_credentials.json
token.json
*.pem
*.token
*.token.json

# Local client work (audits, tokens, ops notes, generated PDFs)
# These contain real business data and credentials and must never ship to the repo.
clients/

# Local ops scripts + their outputs
# scripts/ at the repo root contains personal per-client utilities;
# only scripts that ship as part of AdLoop live in src/adloop/cli/.
scripts/output/
scripts/__pycache__/

# Test / coverage
.pytest_cache/
Expand Down
Loading