__pycache__/
*.py[cod]
*.obj
*.exp
*.lib
*.dll
.venv/
venv/

# build output (build.bat -> .py + .dll)
dist/
# cmake build tree
build/

# staged library copy (setup.bat)
demos/fastgrid/

# python packaging
*.egg-info/
