# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
.eggs/

# Build artifacts
build/
dist/
*.whl
*.tar.gz

# Editor / OS
.DS_Store
.vscode/
.idea/

# democast working directory (only present in user projects, but
# protect against accidental commits if someone runs from here)
democast-working-dir/
