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

# Virtual env
.venv/
venv/

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

# Test / tooling
.pytest_cache/
.coverage

# IDE
.vscode/
.idea/
