# Python
__pycache__/
*.py[cod]

# Virtual environment
.venv/

# macOS
.DS_Store

# IDE
.vscode/
.idea/

# Build
build/
dist/
*.spec

# Test / tooling cache
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Logs
*.log
