# Binaries
/mockly
/mockly.exe
dist/

# UI build
ui/dist/
ui/node_modules/

# Assets (built by make)
assets/dist/

# Go
*.test
*.out
vendor/
coverage.txt

# IDE
.idea/
.vscode/
*.swp

# OS
.DS_Store
Thumbs.db

# Config (user-specific, not example)
mockly.yaml

# Node client
clients/node/node_modules/
clients/node/dist/
clients/node/bin/

# Python client
clients/python/.pytest_cache/
clients/python/__pycache__/
clients/python/src/**/__pycache__/
clients/python/*.egg-info/
clients/python/dist/
clients/python/.venv/

# Python cache (all locations)
**/__pycache__/
**/*.pyc

# Java client
clients/java/target/

# .NET client
clients/dotnet/**/bin/
clients/dotnet/**/obj/

# Rust client
clients/rust/target/
