# Project executables generated by make
/ld-ldf-reader

# Odd Python stuff
numpy
scipy
*.egg-info

# 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
*.tbc.json
testdata
testout

# Profiling results
Benchfile*
perf.data*

# CMake related things
*-qt/
*.depends
*.ninja
*_autogen/
.ninja_*
.qt/
CMakeCache.txt
CMakeFiles/
CMakeLists.txt.user
CTestTestfile.cmake
DartConfiguration.tcl
Makefile
Testing/
build-*/
build/
dist/
cmake_install.cmake
install_manifest.txt
moc_*.cpp
moc_*.cpp_parameters
ui_*.h
.log

# vscode related thingss
.vscode/
.theia/

# cython build artifacts
vhsdecode/*.c

# auto-generated version file
vhsdecode/_version.py
