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

# Virtual environments
.venv/
venv/
env/

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

# OS / editor
.DS_Store
*.swp
.idea/
.vscode/
