OKXTrading/.gitignore
2025-11-05 16:39:46 +08:00

17 lines
142 B
Plaintext

# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv
# Custom
.env
*.db
*.json
*.log