# Build artifacts
build/
dist/
wheelhouse/
*.egg-info/
_skbuild/
*.so
*.o
*.a

# Python
__pycache__/
*.py[cod]
.venv/
venv/
.pytest_cache/

# Editor / OS
.DS_Store
*.swp

# secrets
.env
.env.local
