Python crawlers for VIC Register, Funerals Australia, NFDA n8n workflows for scheduled discovery and enrichment SQLite schema and seeded dev database (1,463 providers) End-to-end process documentation in n8n/PROCESS.md
26 lines
254 B
Plaintext
26 lines
254 B
Plaintext
# Secrets — never commit
|
|
crawlers/config.json
|
|
.env
|
|
.env.*
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
.venv/
|
|
venv/
|
|
|
|
# Logs
|
|
logs/
|
|
*.log
|
|
|
|
# OS / editor
|
|
.DS_Store
|
|
.idea/
|
|
.vscode/
|
|
|
|
# n8n local state (if anyone docker-composes in-repo)
|
|
n8n/.n8n/
|
|
n8n/n8n_data/
|