# python
__pycache__/
*.pyc
.pytest_cache/
.ruff_cache/
.venv/
venv/

# build artifacts
build/
dist/
*.egg-info/

# editors
.vscode/
.idea/
.DS_Store
