# Python artifacts
__pycache__/
*.py[cod]
*.pyo
*.pyd
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Virtual envs
.venv/
venv/
env/
*/venv/

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

# OS/editor
.DS_Store
