# Development files .git/ .github/ .windsurf/ *.md # IDE files .vscode/ .idea/ *.swp # Test files *_test.go tests/ # Build artifacts bin/ cli/zig-out/ .zig-cache/ # Runtime data data/ logs/ experiments/ dump.rdb # Secrets *.key *.pem secrets/ # Python __pycache__/ *.pyc .venv/ # Documentation docs/ examples/