### macOS Finder metadata
.DS_Store

# Python Byte-compiled files
__pycache__/

# Python Distribution / packaging
dist/
*.egg-info/

# Python dotenv environment variable files
.env

# Python Virtual environments
.venv
env/
venv/

# Python Caches
.pytest_cache/
.ruff_cache/

# Node.js (Prettier tooling)
node_modules/
