26 lines
318 B
Plaintext
26 lines
318 B
Plaintext
# Secrets
|
|
.env
|
|
config/service_account.json
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.egg-info/
|
|
.venv/
|
|
venv/
|
|
.pytest_cache/
|
|
|
|
# Runtime output / state
|
|
data/*_out.csv
|
|
data/audit_log.csv
|
|
*.sqlite
|
|
*.db
|
|
|
|
# OS / IDE
|
|
.DS_Store
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Runtime scrape cache — regenerated on demand, churns every run
|
|
data/apify_cache.json
|