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

# Python
__pycache__/
*.py[cod]
.pytest_cache/

# Virtual environments
venv/
.venv/

# Editors / OS
.vscode/
.idea/
.DS_Store