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

# Byte-compiled / cached
__pycache__/
*.py[cod]

# Publishing script (contains no secrets but not needed in the package)
publish.cmd

# IDE
.vscode/
.idea/

# OS
Thumbs.db
.DS_Store
