.*
!.gitignore

# doxygen generated files
docs

# smcc compiler generated files
*.bin
.s
.asm

# linux binary files
*.o
*.a
*.so
*.out

# windows binary files
*.obj
*.lib
*.dll
*.exe

# developed notes
note.md

# python
.venv

# cbuilder
build

# external
external/

# dot file and svg file
*.dot
*.svg

# dll def or other definition file
*.def
