# Object files and libraries
*.o
*.a
*.so
*.dylib
*.dll
obj/

# Executables (Tests)
test_*
!tests/**/test_*.c
!tests/**/*.h

# IDEs and Editors
.vscode/
.idea/
*.swp
*.swo
.DS_Store

# Build artifacts
dist/
build/
.cache/

# Test images (if generated)
tests/output_*.jpeg

# Coverage and GCov data
docs/coverage/
*.gcda
*.gcno
*.gcov
src/*.gcda
src/*.gcno
src/**/*.gcda
src/**/*.gcno
