# Object files
*.o

# Libraries
*.lib
*.a

# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib

# Executables
*.exe
*.out
*.app

# Python Bytecode Cache
*.pyc
__pycache__/

build/
dist/
*.egg-info/
.eggs/
venv/
.venv/
.mypy_cache/
