# Dart / Flutter tool state
.dart_tool/
.packages
.pub/
build/
coverage/
.toolchains/

# Python tool state
__pycache__/
*.pyc

# IDE / OS
.DS_Store
.idea/
.vscode/

# Flutter generated
**/.dart_tool/
**/build/
**/.flutter-plugins
**/.flutter-plugins-dependencies
**/.packages
**/Generated.xcconfig
**/ephemeral/

# Test/runtime fixture binaries
test/fixtures/doom/doom.wasm
test/fixtures/doom/doom1.wad
test/fixtures/doom/freedoom1.wad
test/fixtures/doom/freedoom-0.13.0.zip
test/fixtures/community/*.wasm
test/fixtures/src/tinygo_org_wasm_main/
example/doom/assets/doom/freedoom1.wad
example/doom/assets/doom/freedoom-0.13.0.zip
