Files
OmniSocketGo_streaming/.gitignore
2026-08-09 15:56:20 +08:00

33 lines
531 B
Plaintext

# Local configuration and credentials
**/*.env.local
**/.env.local
**/.venv/
# Build and runtime output
**/build/
**/install/
**/log/
**/logs/
**/dist/
**/node_modules/
**/__pycache__/
**/*.pyc
**/bin/
**/obj/
# Source release archives are extracted into this repository; keep the repo
# source-oriented and do not commit duplicate bundles.
**/*.tar.gz
**/*.zip
# Local editor/OS files
.DS_Store
Thumbs.db
.vscode/
.idea/
# Workspace-agent metadata is not part of the deployable source tree.
**/.codex
**/AGENT.md
**/CLAUDE.md