# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# Dot files
.*
!.gitignore
!.github
!.pre-commit-config.yaml

# Build files
/zig-out
/.zig-cache
*.so
*.dylib
*.dll
