unity-mcp/.gitignore

61 lines
909 B
Plaintext

# AI-related files (user-specific)
.cursorrules
.cursorignore
.windsurf
.codeiumignore
.kiro
# Code-copy related files
.clipignore
# Python-generated files
__pycache__/
__pycache__.meta
build/
dist/
wheels/
*.egg-info
# Test coverage
.coverage
.coverage.*
htmlcov/
coverage.xml
*.cover
# Virtual environments
.venv
# Unity Editor
*.unitypackage
*.asset
LICENSE.meta
CONTRIBUTING.md.meta
# IDE
.idea/
.vscode/
.aider*
.DS_Store*
# Unity test project lock files
TestProjects/UnityMCPTests/Packages/packages-lock.json
# UnityMCPTests stress-run artifacts (these are created by tests/tools and should never be committed)
TestProjects/UnityMCPTests/Assets/Temp/
# Backup artifacts
*.backup
*.backup.meta
.wt-origin-main/
# CI test reports (generated during test runs)
reports/
# Local Claude configs (not for repo)
.claude/local/
# Local testing harness
scripts/local-test/
.claude/settings.local.json