# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/

# Environments
.venv/
venv/

# Tooling caches
.mypy_cache/
.ruff_cache/
.pytest_cache/

# Docs build output
docs/_build/
docs/node_modules/

# Editors / OS
.vscode/
.idea/
.DS_Store
