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

# environments
.venv/
venv/
.env

# tooling caches
.pytest_cache/
.ruff_cache/
.mypy_cache/

# editors / os
.idea/
.vscode/
.DS_Store
