# Build outputs and temporary files
ts_out/
tests/ts_out/
node_modules/
.vscode/
main.exe
dist/
__pycache__/

# MkDocs build output
site/

# .NET/C# build outputs
bin/
obj/
*.dll
*.exe

# Generated code directories
generated/
gen/
tests/generated/

# Generated boilerplate files in tests
tests/ts/struct_base.ts
tests/ts/struct_frame.ts
tests/ts/struct_frame_gen.ts
tests/ts/struct_frame_parser.ts
tests/ts/struct_frame_types.ts
tests/ts/*.sf.ts
tests/c/*.sf.h
tests/cpp/*.sf.hpp
tests/py/*.sf.py

# Build directories (executables and binaries)
tests/c/build/
tests/cpp/build/
tests/py/build/
tests/ts/build/

# Test artifacts
tests/c/*.exe
tests/c/*.bin
tests/cpp/*.exe
tests/cpp/*.bin
tests/py/*.bin
tests/ts/*.bin
*_test_data.bin

# Debug and temporary files
debug*.c
debug*.exe
error.txt
*.log
InstallationLog.txt
simple_test.c

# IDE and OS files
.DS_Store
Thumbs.db
*.swp
*.swo
*~
*.bak
