# Build and test artifacts
__pycache__/
.pytest_cache/
/.venv/
/venv/
/build/
/dist/

# Editor configs
/.vscode/
/.idea/
.spyproject

# OS cruft
Thumbs.db
.DS_Store
