# .paleaeignore # build & env noise build/** dist/** __pycache__/** .venv/** env/** node_modules/** # reports and coverage .coverage* htmlcov/** coverage/** reports/** # allowlist example !dist/README.md # Packaging artifacts *.egg-info/** # Secrets & credentials .env *.pem *.key id_rsa id_ed25519 .aws/** .gcloud/** .azure/** **/credentials/** **/*secret* **/*password* **/*token*