# secrets .env # python .venv/ __pycache__/ *.pyc .pytest_cache/ # crawler output output/ # crawler logs *.log # generated report report/ # deployment secrets / local configuration deploy/*.env # private TLS keys and certificates deploy/tls/ # design/planning documents kept locally, not tracked docs/SPECIFICATION.md docs/implementation/