# Ignore build directories
build/
bin/
lib/
lib64/
*/build*/

# Ignore compiled binaries and executables
*.exe
*.out
*.app
*.so
*.dylib

# Ignore object files and libraries
*.o
*.a
*.lib

# Ignore editor-specific files
.vscode/

# Ignore OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Python
## byte-compiled / optimized / DLL files
__pycache__/
## distribution / packaging
_version.py
*.egg-info

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

# MkDocs documentation
site/

# Pyright type checker
.pyright/

# Dedicated folder for personal projects
**/scratch/
