# Python
__pycache__/
*.pyc
*.pyo
.pytest_cache/
.venv/
venv/

# macOS
.DS_Store

# Editor
.vscode/
.idea/
*.swp

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