# Executables produced by build.sh / build.bat / go build
Rush-Hour
Rush-Hour.exe
rush-hour

# The environment server: headless, and the -tags rushui build that draws.
# Anchored, because an unanchored "rushhour-env" would also match the
# cmd/rushhour-env source directory.
/rushhour-env
/rushhour-env.exe
/rushhour-env-view
/rushhour-env-view.exe

# The replay tool: headless, and the -tags rushui build that draws.
/rushhour-replay
/rushhour-replay.exe
/rushhour-replay-view
/rushhour-replay-view.exe

# Build/packaging output
dist/

# WebAssembly bundle (built by the Pages workflow / wasmsdl)
_build/
dist-wasm/

# Data files, if they ever land here rather than in $HOME/goxpy_data
goxpy_data/

# Python package
__pycache__/
*.egg-info/
.pytest_cache/
.venv/

.DS_Store
