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

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Virtualenvs
.venv/
venv/
env/

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