polymarket-skill/.gitignore
GoldPm 1d4d3a22f4 Initial commit: Polymarket skill (Gamma/Data/CLOB/Bridge/Relayer client + CLI)
Public market data via direct HTTP; authenticated CLOB trading via the official
py-clob-client-v2 SDK. Includes README, endpoint reference, and trading/auth guide.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-22 16:07:29 +08:00

30 lines
293 B
Text

# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
# Virtual environments
.venv/
venv/
env/
ENV/
# Secrets — NEVER commit wallet keys or env files
.env
.env.*
*.key
*.pem
secrets*
*private*key*
# OS / editor
.DS_Store
.idea/
.vscode/
*.swp
# Packaged skill artifact
*.skill