- README.md, PROTOCOL.md: Python, Rust 추가 - .gitignore: python/, rust/ 빌드 아티팩트 규칙 추가 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
53 lines
1.6 KiB
Text
53 lines
1.6 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
|