# Go
/runtrail
/runtrail.exe
*.test
*.out
vendor/

# Release artifacts (cross-compiled binaries, archives)
/dist/

# Web
web/node_modules/
web/dist/
# embedded build output (regenerated by scripts/build.sh); keep .gitkeep
internal/webui/dist/*
!internal/webui/dist/index.html

# Python
sdk/.venv/
sdk/__pycache__/
sdk/**/__pycache__/
sdk/*.egg-info/
sdk/dist/
sdk/build/
*.pyc
*.pyo
.pytest_cache/

# Editor
.idea/
.vscode/
*.swp
*.swo
.DS_Store

# runtrail data (don't accidentally commit test data)
.runtrail/

# CI artifacts
*.log
coverage.out
coverage.html
