# build outputs
build/
dist/
*.egg-info/
*.so
*.pyd

# python caches
__pycache__/
*.pyc
.pytest_cache/
.mypy_cache/
.ruff_cache/

# venvs
.venv/
venv/
env/

# editors / OS
.vscode/
.idea/
.DS_Store
