Files
Provider-Crawl/.gitignore
Richie cc91427789 Initial commit: funeral provider discovery pipeline
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
2026-04-24 10:27:08 +10:00

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/