# Environment & Secrets .env .env.* !.env.example *.pem *.key # Dependencies & Environments node_modules/ **/node_modules/ .venv/ **/.venv/ env/ venv/ ENV/ # Python __pycache__/ **/__pycache__/ *.py[cod] *$py.class *.so .pytest_cache/ # Build & Dist dist/ build/ .astro/ .next/ out/ # OS & IDE *.dmg .DS_Store **/.DS_Store .idea/ *.swp *.swo *~ # AI Agent Cache (Graft & RTK) graft/ **/graft/ .graph/ **/.graph/ .graft/ **/.graft/ # Hermes Central Brain Synced Data (Separate Repo) Projects/Hermes-agents/vault-data/ vault-data/