# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
dist/
build/
wheelhouse/
.mesonpy-*/

# pixi environments
.pixi/
!.pixi/config.toml
pixi.lock

# Generated build artifacts
*.o
*.mod
delphi4py/readFiles/readFiles.so
delphi4py/readFiles/readFiles*.so
delphi4py/readFiles/memalloc.o
delphi4py/rundelphi/*.o
delphi4py/rundelphi/*.mod
delphi4py/rundelphi/readFiles.so
delphi4py/rundelphi/rundelphi.so
delphi4py/rundelphi/rundelphi*.so

.venv/
.vscode/
*.egg-info/

LOG_*