# Build artifacts target/ # IDE .idea/ .codegraph/ # Git .git/ .gitignore # Documentation (not needed at build time) *.md !rpc.md # Environment files .env .env.local # OS files .DS_Store Thumbs.db