- Add Python toki_socket package (base_client, communicator, tcp/ws client/server) - Add protobuf message definitions for Python - Add go_python.go cross-test implementation and python_go_client - Add agent-task/python_impl plan and code review docs - Update .gitignore for Python cache files with recursive patterns
56 lines
1.7 KiB
Text
56 lines
1.7 KiB
Text
# ── Dart ──────────────────────────────────────────
|
|
dart/.dart_tool/
|
|
dart/.pub-cache/
|
|
dart/build/
|
|
dart/pubspec.lock
|
|
dart/doc/
|
|
|
|
# Dart generated files (proto .pb.dart are intentionally kept)
|
|
dart/**/*.g.dart
|
|
|
|
# ── C# / Unity (future) ───────────────────────────
|
|
csharp/bin/
|
|
csharp/obj/
|
|
csharp/*.user
|
|
csharp/.vs/
|
|
*.csproj.user
|
|
|
|
# ── Kotlin / Android (future) ─────────────────────
|
|
kotlin/.gradle/
|
|
kotlin/build/
|
|
kotlin/local.properties
|
|
kotlin/.idea/
|
|
|
|
# ── Swift (future) ────────────────────────────────
|
|
swift/.build/
|
|
swift/*.xcodeproj/
|
|
swift/*.xcworkspace/
|
|
swift/Packages.resolved
|
|
|
|
# ── Python (future) ───────────────────────────────
|
|
python/**/__pycache__/
|
|
python/**/*.pyc
|
|
python/**/*.pyo
|
|
python/.venv/
|
|
python/venv/
|
|
python/dist/
|
|
python/*.egg-info/
|
|
python/.pytest_cache/
|
|
|
|
# ── Rust (future) ─────────────────────────────────
|
|
rust/target/
|
|
rust/Cargo.lock
|
|
|
|
# ── IDE ───────────────────────────────────────────
|
|
.idea/
|
|
*.iml
|
|
.vscode/settings.json
|
|
.vscode/tasks.json
|
|
|
|
# ── OS ────────────────────────────────────────────
|
|
.DS_Store
|
|
Thumbs.db
|
|
Desktop.ini
|
|
|
|
# ── Agent-Ops private rules ───────────────────────
|
|
agent-ops/rules/private/
|