# Project executables generated by make


# Odd Python stuff
numpy
scipy

# Python build results
/MANIFEST
/build
/dist
/python-build
__pycache__

# Prerequisites
*.d

# Compiler intermediate files
*.ii
*.s

# Compiled Object files
*.lo
*.o
*.obj
*.slo

# Precompiled Headers
*.gch
*.pch

# Compiled Dynamic libraries
*.dll
*.dylib
*.so

# Fortran module files
*.mod
*.smod

# Compiled Static libraries
*.a
*.la
*.lai
*.lib

# Executables
*.app
*.exe
*.out

# ld-decode data files
*.tbc
testout

# Pre-generated test data - DO NOT IGNORE
# test-data/ contains pre-generated TBC files needed for testing
# These are tracked in git due to their importance for the test suite
!test-data/
!test-data/**/*.tbc
!test-data/**/*.tbc.json
!test-data/**/*.tbc.db
!test-data/**/*.efm
!test-data/**/*.pcm
!test-data/**/*.log

# Temporary files
*.tmp

# Profiling results
Benchfile*
perf.data*

# CMake related things
build/
build-*/
*-qt/
*.depends
*.ninja
*_autogen/
.ninja_*
.qt/
CMakeLists.txt.user
CMakeCache.txt
CMakeFiles/
CTestTestfile.cmake
cmake_install.cmake
compile_commands.json
install_manifest.txt
moc_*.cpp
moc_*.cpp_parameters
ui_*.h

# vscode related thingss
.vscode/
.theia/

# Installation tool things
ld_decode.egg-info/

# Compilation script
compile.bat

# Nix artefacts
result
