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

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

# Virtual envs
.venv/
venv/
env/

# Editors
.vscode/
.idea/
*.swp

# OS
.DS_Store
Thumbs.db
