.DS_Store

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[codz]
*$py.class

# Distribution / packaging
.Python
dist/
build/

# Native/build artifacts
.native/
*.pyd
*.so
*.dylib
.eggs/
wheels/
*.egg-info/
*.egg
MANIFEST
wheelhouse/

# Unit test / coverage reports
.coverage
.coverage.*
.cache
.pytest_cache/

# Environments
.env
.envrc
.venv
env/
venv/

# Ruff stuff:
.ruff_cache/
